mirror of
https://github.com/NixOS/nix.git
synced 2025-11-29 13:41:00 +01:00
tests: add tests for dynamic attribute in let and inherit
Without a follow-up revert these tests will fail.
Co-authored-by: Sergei Zimmerman <sergei@zimmerman.foo>
Co-authored-by: piegames <git@piegames.de>
(cherry picked from commit 0c0a41a81a)
This commit is contained in:
parent
0167a50133
commit
d56115eeb4
13 changed files with 68 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
let
|
||||
a = 1;
|
||||
in
|
||||
{
|
||||
inherit ${"a" + ""};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue