7fc481396c
Backport of https://github.com/NixOS/nix/pull/10884. Change-Id: I82cc2794730ae9f4a9b7df0185ed0aea83efb65a
12 lines
314 B
Nix
12 lines
314 B
Nix
(builtins.derivationStrict {
|
|
name = "eval-okay-derivation-legacy";
|
|
system = "x86_64-linux";
|
|
builder = "/dontcare";
|
|
__structuredAttrs = true;
|
|
allowedReferences = [ ];
|
|
disallowedReferences = [ ];
|
|
allowedRequisites = [ ];
|
|
disallowedRequisites = [ ];
|
|
maxSize = 1234;
|
|
maxClosureSize = 12345;
|
|
}).out
|