Files
nixpkgs/pkgs/build-support/docker/examples.nix
Raphael Borun Das Gupta cc6290d072 dockerTools.buildLayeredImage: fix configureFlags syntax in nixosTests
The string added to `configureFlags` for building `hello`
for nixosTests example
«layered image with files owned by a user other than root»
had a leading space, leading to error

	configure flags: --disable-dependency-tracking --prefix=/nix/store/kwdkh22lfr3irggg076jpydbk1556iax-hello-2.12.3 \ --program-prefix=layeredImageWithFakeRootCommands-
	configure: error: invalid variable name: ' --program-prefix'

when running `./configure` for that custom `hello`, making
`nixosTests.allDrivers.docker-tools` fail.
2026-05-16 16:10:41 +02:00

26 KiB