From 5bcfbcac88ef3061a8aebffbbd43de74e31f4f2e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 5 Jun 2009 12:39:37 +0000 Subject: [PATCH] * We lost the "host" command somewhere. svn path=/nixos/branches/modular-nixos/; revision=15861 --- modules/config/system-path.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config/system-path.nix b/modules/config/system-path.nix index 4d16b38a1f5a..bf8f91150cb2 100644 --- a/modules/config/system-path.nix +++ b/modules/config/system-path.nix @@ -57,6 +57,7 @@ let pkgs.usbutils pkgs.utillinux pkgs.wirelesstools + pkgs.host ] ++ config.environment.extraPackages;