mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
tests/lang/eval-fail-bad-string-interpolation-4: init
This commit is contained in:
parent
9b7b7a7561
commit
6e8d598314
2 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
let
|
||||
# Basically a "billion laughs" attack, but toned down to simulated `pkgs`.
|
||||
ha = x: y: { a = x y; b = x y; c = x y; d = x y; e = x y; f = x y; g = x y; h = x y; j = x y; };
|
||||
has = ha (ha (ha (ha (x: x)))) "ha";
|
||||
# A large structure that has already been evaluated.
|
||||
pkgs = builtins.deepSeq has has;
|
||||
in
|
||||
# The error message should not be too long.
|
||||
''${pkgs}''
|
Loading…
Add table
Add a link
Reference in a new issue