added nix flake and started actions

This commit is contained in:
awtterpip
2024-03-22 21:19:43 -05:00
parent 05e7f2a9a8
commit 6f5aa468c8
9 changed files with 243 additions and 51 deletions

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "1.77.0"
components = ["rust-src", "rust-analyzer"]
profile = "default"