sander

Results 88 comments of sander

Not sure I understand where the error is coming from. Like the per-hook enable? It should be there 🤷

I'm just wondering if this is the right place to inject these dependencies. Can they go into the packages for `clippy` and `cargo check`? Otherwise, aren't the individual hook `entry`s...

> You mean using something like symlinkJoin? No, I meant using `buildInputs` and friends in a derivation that wraps clippy. But since this is a purely flake check issue, that...

@mrcjkb, let's get this merged in. Would you have time to work on this? Let's re-use `extraPackages` and mark somehow mark that `cargoDeps` is specifically for `nix flake check`. Either...

Upstream issue: https://github.com/pre-commit/pre-commit/issues/2621

Great work, @totoroot! RE #196, there are two main blockers I'd like to solve before merging: 1. We'd like to offer an overridable `package` for every hook. The problem is...

An update on the changes so far. Following the same pattern, we were thinking of renaming `process-managers..*` to `process.managers..*`. I'm not entirely sure about this one yet. ### Process manager...

Could be related to https://github.com/cachix/devenv/issues/1107

The error you're seeing is coming from the bash rc script that's created by Nix. If you look through `.direnv/flake-profile-.rc`, you'll notice that the shell variables are wrapped in single...

> on top of the specific compiler flags, that would force the wrong one in many cases. If this is about macOS specifically, i.e. using gcc instead of clang, then...