summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-03-13 14:36:21 +0100
committerAlan Pearce2020-03-13 14:38:37 +0100
commit2cbf30ea314e6164a2de59c374265490682c5cbd (patch)
tree787f1693f59267133d06f07fb40fe5733d6179ac /system
parent29bfc64eb8b0ee64b77fb69a05b5f9e360f6789f (diff)
downloadnixfiles-2cbf30ea314e6164a2de59c374265490682c5cbd.tar.lz
nixfiles-2cbf30ea314e6164a2de59c374265490682c5cbd.tar.zst
nixfiles-2cbf30ea314e6164a2de59c374265490682c5cbd.zip
darwin: install watch and coreutils-prefixed
Diffstat (limited to 'system')
-rw-r--r--system/settings/darwin.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/settings/darwin.nix b/system/settings/darwin.nix
index 97ec9b70..f007fb1d 100644
--- a/system/settings/darwin.nix
+++ b/system/settings/darwin.nix
@@ -5,4 +5,9 @@
     enable = true;
     enableSocketListener = true;
   };
+
+  environment.systemPackages = with pkgs; [
+    watch
+    coreutils-prefixed
+  ];
 }