mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Add a test for depending on a symlink store path
Regression test for https://github.com/NixOS/nix/issues/9579
(cherry picked from commit 872d93eb13
)
This commit is contained in:
parent
202842e898
commit
f7146d25ec
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