* Use kernelPackages.
svn path=/nixpkgs/trunk/; revision=11897
This commit is contained in:
parent
d5bb11ed06
commit
7345e814aa
|
@ -5,6 +5,9 @@ with pkgs;
|
||||||
rec {
|
rec {
|
||||||
|
|
||||||
|
|
||||||
|
inherit (kernelPackages) kernel klibcShrunk;
|
||||||
|
|
||||||
|
|
||||||
modulesClosure = makeModulesClosure {
|
modulesClosure = makeModulesClosure {
|
||||||
inherit kernel;
|
inherit kernel;
|
||||||
rootModules = ["cifs" "ne2k_pci" "nls_utf8" "ata_piix" "sd_mod"];
|
rootModules = ["cifs" "ne2k_pci" "nls_utf8" "ata_piix" "sd_mod"];
|
||||||
|
|
Loading…
Reference in New Issue