oxalica / nil

NIx Language server, an incremental analysis assistant for writing in Nix.
Apache License 2.0
1.38k stars 40 forks source link

Quoted attribute names seem to cause trouble #4

Closed NobbZ closed 2 years ago

NobbZ commented 2 years ago

In the following snippet I get one warning and 3 errors:

inputs: let profiles = "profiles"; in {
  "${profiles}" = import ./profiles inputs;
}
oxalica commented 2 years ago

Fixed in 92c5603498e82bcd61ad5adbacb53d6ae40c3a27