mirror of
https://github.com/NixOS/nix
synced 2025-07-12 19:05:08 +02:00
Don't put results symlinks in the tests directory
This commit is contained in:
parent
1f7901ec3b
commit
d4c3b6327f
12 changed files with 25 additions and 24 deletions
|
@ -4,6 +4,6 @@ clearStore
|
|||
|
||||
hash=$(nix-hash --flat --type sha256 ./fetchurl.nix)
|
||||
|
||||
outPath=$(nix-build ./fetchurl.nix --argstr filename $(pwd)/fetchurl.nix --argstr sha256 $hash)
|
||||
outPath=$(nix-build ./fetchurl.nix --argstr filename $(pwd)/fetchurl.nix --argstr sha256 $hash --no-out-link)
|
||||
|
||||
cmp $outPath fetchurl.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue