aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-okay-derivation-legacy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/lang/eval-okay-derivation-legacy.nix')
-rw-r--r--tests/functional/lang/eval-okay-derivation-legacy.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/functional/lang/eval-okay-derivation-legacy.nix b/tests/functional/lang/eval-okay-derivation-legacy.nix
new file mode 100644
index 000000000..b529cdf90
--- /dev/null
+++ b/tests/functional/lang/eval-okay-derivation-legacy.nix
@@ -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