Compare commits

..

1 Commits

Author SHA1 Message Date
bc3ea85dae Adds cargo and adds nix to editor config.
Some checks failed
Continuous Integration / Continuous Integration (push) Failing after 1m2s
2025-12-11 16:34:08 -08:00
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
];