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:
Léo Gaspard 2018-12-26 23:16:17 +09:00
parent f4b4dc2d0b
commit fa98337a15
No known key found for this signature in database
GPG key ID: 8A55848B6090F9CF

View file

@ -7,7 +7,7 @@ with lib;
let
requiredPackages =
requiredPackages = map lib.lowPrio
[ config.nix.package
pkgs.acl
pkgs.attr