Add support for building organic via nix.

This commit is contained in:
Tom Alexander
2026-06-18 12:53:36 -04:00
parent 482d5ecfa3
commit 76ecd25002
7 changed files with 1713 additions and 6 deletions

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly"
profile = "default"
components = ["clippy", "rustfmt"]