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

This commit is contained in:
Drew Haven 2025-12-11 16:34:08 -08:00
parent ee116e4c52
commit bc3ea85dae
2 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,7 @@ trim_trailing_whitespace = false
[*.md]
trim_trailing_whitespace = false
[*.nix]
indent_size = 2

View File

@ -21,6 +21,7 @@
mkShell {
buildInputs = [
rustc
cargo
clippy
rustfmt
];