all repos — nixfiles @ 164587c9b549f2689bf843fecc3a605963cefdc9

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

darwin: enable building remote systems

Alan Pearce
commit

164587c9b549f2689bf843fecc3a605963cefdc9

parent

e8463e792a824fd220b66339e381e4843a692344

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -32,5 +32,6 @@
environment.systemPackages = with pkgs; [ watch coreutils-prefixed + nixos-rebuild # for rebuilds of remote systems ]; }