mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
environment: fix lowPrio
support in environment.systemPackages
This commit is contained in:
parent
8b27551e09
commit
2bacd8db31
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ in
|
||||||
name = "system-path";
|
name = "system-path";
|
||||||
paths = cfg.systemPackages;
|
paths = cfg.systemPackages;
|
||||||
postBuild = cfg.extraSetup;
|
postBuild = cfg.extraSetup;
|
||||||
|
ignoreCollisions = true;
|
||||||
inherit (cfg) pathsToLink extraOutputsToInstall;
|
inherit (cfg) pathsToLink extraOutputsToInstall;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue