dockerTools.streamLayeredImage: simplify inherit statements
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
b4d92811be
commit
5199c7e6da
@ -767,8 +767,7 @@ rec {
|
|||||||
customisationLayer = symlinkJoin {
|
customisationLayer = symlinkJoin {
|
||||||
name = "${baseName}-customisation-layer";
|
name = "${baseName}-customisation-layer";
|
||||||
paths = contentsList;
|
paths = contentsList;
|
||||||
inherit extraCommands;
|
inherit extraCommands fakeRootCommands;
|
||||||
inherit fakeRootCommands;
|
|
||||||
nativeBuildInputs = [ fakeroot ];
|
nativeBuildInputs = [ fakeroot ];
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
mv $out old_out
|
mv $out old_out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user