about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index 2af0514..e080c7e 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -75,7 +75,7 @@
 
   time.timeZone = "Asia/Seoul";
 
-  environment.systemPackages = with pkgs; [ gcc ];
+  environment.systemPackages = with pkgs; [ gcc gnumake ];
 
   services.zfs.trim.enable = true;
   services.zfs.autoScrub.enable = true;