dockerTools.buildLayeredImage: fix configureFlags syntax in nixosTests example «layered image with files owned by a user other than root» (#520933)

This commit is contained in:
Pol Dellaiera
2026-05-16 16:26:21 +00:00
committed by GitHub
+1 -1
View File
@@ -704,7 +704,7 @@ rec {
finalAttrs: prevAttrs: {
# A unique `hello` to make sure that it isn't included via another mechanism by accident.
configureFlags = prevAttrs.configureFlags or [ ] ++ [
" --program-prefix=layeredImageWithFakeRootCommands-"
"--program-prefix=layeredImageWithFakeRootCommands-"
];
doCheck = false;
versionCheckProgram = "${placeholder "out"}/bin/${finalAttrs.meta.mainProgram}";