mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
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
|
||||
|
||||
requiredPackages =
|
||||
requiredPackages = map lib.lowPrio
|
||||
[ config.nix.package
|
||||
pkgs.acl
|
||||
pkgs.attr
|
||||
|
Loading…
Reference in New Issue
Block a user