all repos — nixfiles @ 2cbf30ea314e6164a2de59c374265490682c5cbd

System and user configuration, managed by nix and home-manager

darwin: install watch and coreutils-prefixed
Alan Pearce alan@alanpearce.eu
Fri, 13 Mar 2020 14:36:21 +0100
commit

2cbf30ea314e6164a2de59c374265490682c5cbd

parent

29bfc64eb8b0ee64b77fb69a05b5f9e360f6789f

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -5,4 +5,9 @@ services.nix-daemon = {     enable = true;
     enableSocketListener = true;
   };
+
+  environment.systemPackages = with pkgs; [
+    watch
+    coreutils-prefixed
+  ];
 }