jade
21ad02c1d0
The following behaviour was previously present and has been fixed:
lix/lix2 » nix eval --expr '{x."" = 2;}' 'x.""'
{ "" = 2; }
lix/lix2 » nix eval --expr '{x."".y = 2;}' 'x."".y'
error: empty attribute name in selection path 'x."".y'
Change-Id:
|
||
---|---|---|
.. | ||
functional | ||
functional2 | ||
installer | ||
nixos | ||
unit | ||
repl-completion.nix |