mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +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:
commit
8ff43c29ef
1 changed files with 1 additions and 1 deletions
|
|
@ -29,5 +29,5 @@ cat > "$flake1Dir/flake.nix" <<'EOF'
|
||||||
}
|
}
|
||||||
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'
|
| grepQuiet 'warning: built .* during evaluation due to an import from derivation'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue