Changed devenv, added a LICENSE and created a cli/ crate

This commit is contained in:
2026-07-13 15:26:09 -05:00
parent b57d590420
commit d9cdea232c
8 changed files with 922 additions and 46 deletions
+6 -1
View File
@@ -4,7 +4,12 @@
}:
{
packages = with pkgs; [ git ];
packages = with pkgs; [
cargo-watch
prettier
nixfmt
clippy
];
languages.rust = {
enable = true;