mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
Add a test for depending on a symlink store path
Regression test for https://github.com/NixOS/nix/issues/9579
This commit is contained in:
parent
c313394ae9
commit
872d93eb13
2 changed files with 39 additions and 0 deletions
|
@ -73,3 +73,6 @@ testCert missing fixed-output "$nocert"
|
|||
|
||||
# Cert in sandbox when ssl-cert-file is set to an existing file
|
||||
testCert present fixed-output "$cert"
|
||||
|
||||
# Symlinks should be added in the sandbox directly and not followed
|
||||
nix-sandbox-build symlink-derivation.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue