mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 21:21:00 +01:00
Regression tests for the previous commit. Co-authored-by: Sergei Zimmerman <sergei@zimmerman.foo> Co-authored-by: piegames <git@piegames.de>
6 lines
49 B
Nix
6 lines
49 B
Nix
let
|
|
a.b = 1;
|
|
in
|
|
{
|
|
inherit (a) ${"b" + ""};
|
|
}
|