1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

Fix hydraJobs.tests.functional_user

This commit is contained in:
Eelco Dolstra 2025-02-19 00:24:42 +01:00
parent 6c61d0ab8c
commit ed4aeb4875

View file

@ -12,6 +12,7 @@ if isTestOnNixOS; then
! test -e "$test_nix_conf" ! test -e "$test_nix_conf"
cat > "$test_nix_conf" <<EOF cat > "$test_nix_conf" <<EOF
# TODO: this is not needed for all tests and prevents stable commands from be tested in isolation # TODO: this is not needed for all tests and prevents stable commands from be tested in isolation
experimental-features =
flake-registry = $TEST_ROOT/registry.json flake-registry = $TEST_ROOT/registry.json
show-trace = true show-trace = true
EOF EOF