Fix nix e2e to use compose run instead of exec

This commit is contained in:
Kevin Veen-Birkenbach
2026-02-14 05:08:12 +01:00
parent 4f5c41753f
commit ba2d84b6cb

View File

@@ -65,7 +65,11 @@ nix run --no-write-lock-file -L .#matomo-bootstrap -- \\
"compose",
"-f",
"tests/e2e/docker-compose.yml",
"exec",
# Use `run` instead of `exec` to avoid runtime-specific
# `/etc/group` lookup issues seen with nix image + compose exec.
"run",
"--rm",
"--no-deps",
"-T",
"nix",
"sh",