This commit is contained in:
biscuit
2025-05-19 19:14:18 -05:00
parent 9a722c915a
commit 9629dd0ba0
2 changed files with 5 additions and 6 deletions
-6
View File
@@ -1,8 +1,2 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
gcc
python3
rust
cargo
];
}