add nix dev flake for development on nixos

This commit is contained in:
2026-07-02 20:52:15 +02:00
parent 08915e1359
commit 40141693f3
3 changed files with 151 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[toolchain]
channel = "nightly"
components = [
"clippy",
"rustfmt",
"rust-analyzer",
"rust-src",
"rustc-codegen-cranelift",
]