Skip to content

Commit ca2e526

Browse files
authored
Merge pull request #12482 from DeterminateSystems/fix-test
dep-built-drv-2.sh: Don't fail with "cannot create symlink"
2 parents f0dbfad + 5438889 commit ca2e526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/dyn-drv/dep-built-drv-2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ restartDaemon
1313
NIX_BIN_DIR="$(dirname "$(type -p nix)")"
1414
export NIX_BIN_DIR
1515

16-
nix build -L --file ./non-trivial.nix
16+
nix build -L --file ./non-trivial.nix --no-link

0 commit comments

Comments
 (0)