mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
move unsafeDiscardReferences
out of outputChecks
It's not a check.
This commit is contained in:
parent
15f7fa59be
commit
3c968191f1
3 changed files with 9 additions and 13 deletions
|
@ -69,10 +69,8 @@ rec {
|
|||
|
||||
test11 = makeTest 11 {
|
||||
__structuredAttrs = true;
|
||||
outputChecks.out = {
|
||||
unsafeDiscardReferences = true;
|
||||
allowedReferences = [];
|
||||
};
|
||||
unsafeDiscardReferences.out = true;
|
||||
outputChecks.out.allowedReferences = [];
|
||||
buildCommand = ''echo ${dep} > "''${outputs[out]}"'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue