dockerTools.streamLayeredImage: simplify inherit statements

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
vroad
2021-03-19 10:56:00 +09:00
committed by GitHub
parent b4d92811be
commit 5199c7e6da

View File

@@ -767,8 +767,7 @@ rec {
customisationLayer = symlinkJoin {
name = "${baseName}-customisation-layer";
paths = contentsList;
inherit extraCommands;
inherit fakeRootCommands;
inherit extraCommands fakeRootCommands;
nativeBuildInputs = [ fakeroot ];
postBuild = ''
mv $out old_out