You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having an issue linting one of my expressions and managed to narrow it down. When running on the expression (x: import x) it fails with the error:
Possible nix-linter: <stdout>: commitAndReleaseBuffer: invalid argument (invalid character)
But when doing it on (x: import x {}) it works just fine.
Tested using 0.2.0.4 (nix run nixpkgs/release-22.11#nix-linter -- default.nix).
The text was updated successfully, but these errors were encountered:
I was having an issue linting one of my expressions and managed to narrow it down. When running on the expression
(x: import x)
it fails with the error:But when doing it on
(x: import x {})
it works just fine.Tested using
0.2.0.4
(nix run nixpkgs/release-22.11#nix-linter -- default.nix
).The text was updated successfully, but these errors were encountered: