makeModulesClosure: Small cleanup

This commit is contained in:
Eelco Dolstra
2016-02-01 18:19:23 +01:00
parent 72a30ae66f
commit 030838ba25
2 changed files with 2 additions and 4 deletions
@@ -9,7 +9,7 @@
stdenv.mkDerivation {
name = kernel.name + "-shrunk";
builder = ./modules-closure.sh;
buildInputs = [nukeReferences];
inherit kernel rootModules kmod allowMissing;
buildInputs = [ nukeReferences kmod ];
inherit kernel rootModules allowMissing;
allowedReferences = ["out"];
}