forked from mirrors/nixpkgs
* Use kernelPackages.
svn path=/nixpkgs/trunk/; revision=11897
This commit is contained in:
parent
d5bb11ed06
commit
7345e814aa
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue