makeModulesClosure: Small cleanup
This commit is contained in:
@@ -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"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user