add rust to mac and remove cargo shortcut from common

This commit is contained in:
Noah Masur 2023-11-10 15:21:10 -05:00
parent 09563de935
commit c929bc6440
2 changed files with 1 additions and 3 deletions

View File

@ -37,6 +37,7 @@ inputs.darwin.lib.darwinSystem {
nixlang.enable = true;
terraform.enable = true;
python.enable = true;
rust.enable = true;
lua.enable = true;
kubernetes.enable = true;
_1password.enable = true;

View File

@ -123,9 +123,6 @@
dr = "docker run --rm -it";
db = "docker build . -t";
# Rust
ca = "cargo";
};
shellInit = "";
};