This commit is contained in:
biscuit
2025-05-19 19:08:25 -05:00
parent 65e7e86739
commit 9a722c915a
3 changed files with 12 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
gcc
python3
rust
cargo
];
}
+3
View File
@@ -0,0 +1,3 @@
{...}: {
}