enable rust cargo

This commit is contained in:
ama 2024-07-25 14:56:25 +08:00
parent aecfbc4421
commit 2deb9164d2
2 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,9 @@
{
home.packages = with pkgs; [
# Rust setup
rustup
# Rust setup
# rustup
rustc
cargo
];
}