Skip to content

Commit

Permalink
darwin-uninstaller: require darwin-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Feb 11, 2025
1 parent 143a69f commit 160afac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/darwin-uninstaller/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ let
nixpkgs.source = path;
nixpkgs.hostPlatform = stdenv.hostPlatform.system;
system.tools.darwin-uninstaller.enable = false;
system.tools.darwin-rebuild.enable = true;
}
];
};
Expand Down

0 comments on commit 160afac

Please sign in to comment.