mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Let host be overriden with a better ISC Bind version if the latter is installed
svn path=/nixos/branches/modular-nixos/; revision=15862
This commit is contained in:
parent
5bcfbcac88
commit
7e2574c4fd
@ -57,8 +57,9 @@ let
|
|||||||
pkgs.usbutils
|
pkgs.usbutils
|
||||||
pkgs.utillinux
|
pkgs.utillinux
|
||||||
pkgs.wirelesstools
|
pkgs.wirelesstools
|
||||||
pkgs.host
|
] ++ config.environment.extraPackages
|
||||||
] ++ config.environment.extraPackages;
|
++ [ pkgs.host ]
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
Loading…
Reference in New Issue
Block a user