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
In my project setup, /default.nix file enables rustfmt and Clippy pre-commit hooks but Rust sources are located in /rust/, so both Clippy and rustfmt fail with "Could not find Cargo.toml" file. We need a way to specify the working directory for hooks.
felschr, VolodiaPG, tfc, danteu, schradert and 1 more