Skip to content

Commit

Permalink
Merge pull request #900 from amarshall/avoid-alias
Browse files Browse the repository at this point in the history
darwin-uninstaller: Fix when using nixpkgs.config.allowAliases = false
  • Loading branch information
Enzime authored Mar 7, 2024
2 parents daa0360 + 5c27005 commit 5503400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/darwin-uninstaller/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
./configuration.nix
{
nixpkgs.source = pkgs.path;
nixpkgs.hostPlatform = pkgs.system;
nixpkgs.hostPlatform = pkgs.stdenv.hostPlatform.system;
system.includeUninstaller = false;
}
];
Expand Down

0 comments on commit 5503400

Please sign in to comment.