GNU: Don't require modules since we don't need to.

svn path=/nixos/trunk/; revision=20584
This commit is contained in:
Ludovic Courtès 2010-03-11 22:54:47 +00:00
parent 176f6c52dd
commit 18542f6424

View File

@ -14,12 +14,6 @@ with pkgs.lib;
};
};
require =
[ ../installer/grub/grub.nix
../services/networking/ssh/sshd.nix
../services/networking/ssh/lshd.nix
];
config = mkIf config.gnu {
environment.systemPackages = with pkgs;