oppiliappan / statix

lints and suggestions for the nix programming language
https://git.peppe.rs/languages/statix/about
MIT License
552 stars 21 forks source link

Can't read statix.toml from nix store #51

Closed ursi closed 1 year ago

ursi commented 2 years ago

I tried adding the following as a check for my flake

 ${statix}/bin/statix check --config ${./statix.toml} ${./.}

and the config was being ignored. I'm having to do this instead

ln -s ${./statix.toml} statix.toml
${statix}/bin/statix check ${./.}
whentze commented 1 year ago

Can we get a tagged release with the fix for this? Nixpkgs (inlcuding unstable) is still shipping statix 0.5.6 where this issue exists.