mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
test illegal reference specifier error message
(cherry picked from commit f4def47c89
)
This commit is contained in:
parent
7b3a78dbab
commit
6e93311426
2 changed files with 10 additions and 0 deletions
|
@ -79,4 +79,10 @@ rec {
|
|||
buildCommand = ''echo ${dep} > "''${outputs[out]}"'';
|
||||
};
|
||||
|
||||
test12 = makeTest 12 {
|
||||
builder = builtins.toFile "builder.sh" "mkdir $out $lib";
|
||||
outputs = ["out" "lib"];
|
||||
disallowedReferences = ["dev"];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue