Adds cargo and adds nix to editor config.
Continuous Integration / Continuous Integration (push) Failing after 1m2s

This commit is contained in:
2025-12-11 16:34:08 -08:00
parent ee116e4c52
commit bc3ea85dae
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -15,3 +15,7 @@ trim_trailing_whitespace = false
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.nix]
indent_size = 2
+1
View File
@@ -21,6 +21,7 @@
mkShell { mkShell {
buildInputs = [ buildInputs = [
rustc rustc
cargo
clippy clippy
rustfmt rustfmt
]; ];