1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 21:16:02 +01:00

Merge pull request #76 from DeterminateSystems/improve-trace-ifd-test

Fix trace-ifd test failure in dev shell
This commit is contained in:
Eelco Dolstra 2025-05-26 12:15:32 +00:00 committed by GitHub
commit 8ff43c29ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,5 +29,5 @@ cat > "$flake1Dir/flake.nix" <<'EOF'
}
EOF
nix build "$flake1Dir#ifd" --option trace-import-from-derivation true 2>&1 \
nix build --no-link "$flake1Dir#ifd" --option trace-import-from-derivation true 2>&1 \
| grepQuiet 'warning: built .* during evaluation due to an import from derivation'