mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
* Revert r15862, as the "host" package in system-path.nix (or any other
package) can be overriden by setting environment.systemPackages in /etc/nixos/configuration.nix: it shouldn't be special-cased. svn path=/nixos/branches/modular-nixos/; revision=15863
This commit is contained in:
parent
7e2574c4fd
commit
dc8cbffe31
@ -57,11 +57,10 @@ let
|
||||
pkgs.usbutils
|
||||
pkgs.utillinux
|
||||
pkgs.wirelesstools
|
||||
] ++ config.environment.extraPackages
|
||||
++ [ pkgs.host ]
|
||||
;
|
||||
pkgs.host
|
||||
] ++ config.environment.extraPackages;
|
||||
|
||||
|
||||
|
||||
options = {
|
||||
|
||||
environment = {
|
||||
|
Loading…
Reference in New Issue
Block a user