generated from pure_sagacity/rust-starter
Changed devenv, added a LICENSE and created a cli/ crate
This commit is contained in:
+6
-1
@@ -4,7 +4,12 @@
|
||||
}:
|
||||
|
||||
{
|
||||
packages = with pkgs; [ git ];
|
||||
packages = with pkgs; [
|
||||
cargo-watch
|
||||
prettier
|
||||
nixfmt
|
||||
clippy
|
||||
];
|
||||
|
||||
languages.rust = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user