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:
parent
daa03606df
commit
5c2700533c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
|||
./configuration.nix
|
||||
{
|
||||
nixpkgs.source = pkgs.path;
|
||||
nixpkgs.hostPlatform = pkgs.system;
|
||||
nixpkgs.hostPlatform = pkgs.stdenv.hostPlatform.system;
|
||||
system.includeUninstaller = false;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue