initramfs: add modules to passthru

master
Adam Joseph 2 years ago
parent 0b1af95337
commit 52542f40d3

@ -35,4 +35,8 @@ nixpkgsOnBuildForHost.stdenv.mkDerivation {
popd popd
''; '';
dontInstall = true; dontInstall = true;
passthru = {
inherit modules;
};
} }

Loading…
Cancel
Save