1
0
Fork 0
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:
Michael Hoang 2024-11-11 00:54:26 +11:00
parent 8b27551e09
commit 2bacd8db31

View file

@ -197,6 +197,7 @@ in
name = "system-path";
paths = cfg.systemPackages;
postBuild = cfg.extraSetup;
ignoreCollisions = true;
inherit (cfg) pathsToLink extraOutputsToInstall;
};