about summary refs log tree commit diff
path: root/nixos/alpha
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-01 08:50:36 +0900
committersefidel <contact@sefidel.net>2022-02-01 08:50:36 +0900
commit91e0a88afc587ac74bfb8c7b6bbf184af97e6984 (patch)
tree40252771c55f76053e7655a54c02b5093d1fd35c /nixos/alpha
parent120397f4539239519d100d507dd5a51cc6be0330 (diff)
downloadnixrc-91e0a88afc587ac74bfb8c7b6bbf184af97e6984.tar.gz
nixrc-91e0a88afc587ac74bfb8c7b6bbf184af97e6984.zip
nixos/alpha: add gnumake
Diffstat (limited to 'nixos/alpha')
-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;