* Use kernelPackages.

svn path=/nixpkgs/trunk/; revision=11897
This commit is contained in:
Eelco Dolstra 2008-05-26 13:30:17 +00:00
parent d5bb11ed06
commit 7345e814aa

View File

@ -5,6 +5,9 @@ with pkgs;
rec {
inherit (kernelPackages) kernel klibcShrunk;
modulesClosure = makeModulesClosure {
inherit kernel;
rootModules = ["cifs" "ne2k_pci" "nls_utf8" "ata_piix" "sd_mod"];