mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Add tests/f/lang/eval-okay-derivation-legacy
This commit is contained in:
parent
4809e59b7e
commit
de3fd52a95
3 changed files with 19 additions and 0 deletions
12
tests/functional/lang/eval-okay-derivation-legacy.nix
Normal file
12
tests/functional/lang/eval-okay-derivation-legacy.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
(builtins.derivationStrict {
|
||||
name = "eval-okay-derivation-legacy";
|
||||
system = "x86_64-linux";
|
||||
builder = "/dontcare";
|
||||
__structuredAttrs = true;
|
||||
allowedReferences = [ ];
|
||||
disallowedReferences = [ ];
|
||||
allowedRequisites = [ ];
|
||||
disallowedRequisites = [ ];
|
||||
maxSize = 1234;
|
||||
maxClosureSize = 12345;
|
||||
}).out
|
Loading…
Add table
Add a link
Reference in a new issue