1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

darwin-uninstaller: Fix when using nixpkgs.config.allowAliases = false

This commit is contained in:
Andrew Marshall 2024-03-06 08:04:42 -05:00
parent daa03606df
commit 5c2700533c

View file

@ -7,7 +7,7 @@ let
./configuration.nix
{
nixpkgs.source = pkgs.path;
nixpkgs.hostPlatform = pkgs.system;
nixpkgs.hostPlatform = pkgs.stdenv.hostPlatform.system;
system.includeUninstaller = false;
}
];