summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-05-20 19:52:25 -0500
committerChristian <[email protected]>2026-05-20 19:52:25 -0500
commitfd43635039bc63e4e56601fc2b74c0e83b11a1bf (patch)
tree7beffe593f7098671a2c12943902c818e716bfd9 /modules
parent1b377ca69ac90dbc56267bdc48106678589f3de5 (diff)
Move build toolchain packages into dev module
Diffstat (limited to 'modules')
-rw-r--r--modules/dev.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/dev.nix b/modules/dev.nix
index bdc552b..4573c30 100644
--- a/modules/dev.nix
+++ b/modules/dev.nix
@@ -14,4 +14,11 @@
};
programs.nix-ld.enable = true;
+
+ environment.systemPackages = with pkgs; [
+ glibcInfo
+ gnumake
+ gcc
+ binutils
+ ];
}