statix icon indicating copy to clipboard operation
statix copied to clipboard

Can't read statix.toml from nix store

Open ursi opened this issue 3 years ago • 0 comments

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 ${./.}

ursi avatar Jul 22 '22 13:07 ursi