From 7e2574c4fd09f9d7555ac63d32505ce0496a1d5a Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Fri, 5 Jun 2009 12:44:32 +0000 Subject: [PATCH] Let host be overriden with a better ISC Bind version if the latter is installed svn path=/nixos/branches/modular-nixos/; revision=15862 --- modules/config/system-path.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/config/system-path.nix b/modules/config/system-path.nix index bf8f91150cb..7f4eb61b4a1 100644 --- a/modules/config/system-path.nix +++ b/modules/config/system-path.nix @@ -57,8 +57,9 @@ let pkgs.usbutils pkgs.utillinux pkgs.wirelesstools - pkgs.host - ] ++ config.environment.extraPackages; + ] ++ config.environment.extraPackages + ++ [ pkgs.host ] + ; options = {