Closed oppiliappan closed 3 years ago
nix repl suggests that the following is a syntax error:
nix repl
nix-repl> { inherit x (p) a; } error: syntax error, unexpected '(' at «string»:1:13: 1| { inherit x (p) a; } | ^ 2|
However, rnix parses it without erroring out.
nix repl
suggests that the following is a syntax error:However, rnix parses it without erroring out.