mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Merge pull request #12482 from DeterminateSystems/fix-test
dep-built-drv-2.sh: Don't fail with "cannot create symlink"
This commit is contained in:
commit
ca2e52690d
1 changed files with 1 additions and 1 deletions
|
|
@ -13,4 +13,4 @@ restartDaemon
|
||||||
NIX_BIN_DIR="$(dirname "$(type -p nix)")"
|
NIX_BIN_DIR="$(dirname "$(type -p nix)")"
|
||||||
export NIX_BIN_DIR
|
export NIX_BIN_DIR
|
||||||
|
|
||||||
nix build -L --file ./non-trivial.nix
|
nix build -L --file ./non-trivial.nix --no-link
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue