Skip to content

Instantly share code, notes, and snippets.

@ciiqr
Last active September 25, 2022 23:55
Show Gist options
  • Save ciiqr/75f0ce87b6a475f2052776ce26c62124 to your computer and use it in GitHub Desktop.
Save ciiqr/75f0ce87b6a475f2052776ce26c62124 to your computer and use it in GitHub Desktop.
rust dev environment in devshell - with rust-analyzer support
[devshell]
packages = [
"rustup",
]
[devshell.startup.rust]
text = """
rustup default stable
rustup component add rust-src
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment