all repos — nixfiles @ 9f7567a00995aec18e1d0f6e86dd78aae47e94be

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

darwin: don't install nixos-rebuild to system profile

Alan Pearce
commit

9f7567a00995aec18e1d0f6e86dd78aae47e94be

parent

4a9e36b97ba839af325828fcf0dec50decda6d3e

1 file changed, 0 insertions(+), 1 deletion(-)

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