chore: Add nix build files

This commit is contained in:
Arne Dußin 2024-08-22 12:48:30 +02:00
commit 45c3e91560
4 changed files with 121 additions and 0 deletions

3
rust_toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "nightly-2024-06-15"
components = ["rust-src", "rust-analyzer"]