system-path: set implicitly installed packages to be low-priority
The aim is to minimize surprises: when the user explicitly installs a package in their configuration, it should override any package implicitly installed by NixOS.
This commit is contained in:
parent
f4b4dc2d0b
commit
fa98337a15
@ -7,7 +7,7 @@ with lib;
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
requiredPackages =
|
requiredPackages = map lib.lowPrio
|
||||||
[ config.nix.package
|
[ config.nix.package
|
||||||
pkgs.acl
|
pkgs.acl
|
||||||
pkgs.attr
|
pkgs.attr
|
||||||
|
Loading…
Reference in New Issue
Block a user