added devenv test + devenv formatted crypto for some reason

This commit is contained in:
2026-07-13 16:29:23 -05:00
parent c9907b7102
commit 3009504e8d
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -53,4 +53,3 @@ mod tests {
Ok(()) Ok(())
} }
} }
+4
View File
@@ -23,6 +23,10 @@
]; ];
}; };
enterTest = ''
cargo test
'';
git-hooks.hooks = { git-hooks.hooks = {
shellcheck.enable = true; shellcheck.enable = true;
prettier.enable = true; prettier.enable = true;