mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
tests/functional/check-refs.nix: format newly added test
This commit is contained in:
parent
1e7c7244cf
commit
4d72e0f73b
1 changed files with 5 additions and 2 deletions
|
@ -81,8 +81,11 @@ rec {
|
|||
|
||||
test12 = makeTest 12 {
|
||||
builder = builtins.toFile "builder.sh" "mkdir $out $lib";
|
||||
outputs = ["out" "lib"];
|
||||
disallowedReferences = ["dev"];
|
||||
outputs = [
|
||||
"out"
|
||||
"lib"
|
||||
];
|
||||
disallowedReferences = [ "dev" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue