mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
13 lines
314 B
Nix
13 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
|