add nix dev flake for development on nixos
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = [
|
||||
"clippy",
|
||||
"rustfmt",
|
||||
"rust-analyzer",
|
||||
"rust-src",
|
||||
"rustc-codegen-cranelift",
|
||||
]
|
||||
Reference in New Issue
Block a user