mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
test illegal reference specifier error message
This commit is contained in:
parent
2b4d461c14
commit
f4def47c89
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