1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-28 21:21:00 +01:00
nix/tests/functional/lang/eval-fail-dynamic-attrs-let-2.nix
Taeer Bar-Yam 0c0a41a81a
tests: add tests for dynamic attribute in let and inherit
Regression tests for the previous commit.

Co-authored-by: Sergei Zimmerman <sergei@zimmerman.foo>
Co-authored-by: piegames <git@piegames.de>
2025-11-26 00:10:40 +03:00

4 lines
28 B
Nix

let
${"${"a"}"} = 1;
in
a