git-hooks.nix
git-hooks.nix copied to clipboard
Add a hook to check that `flake.lock` is in sync
Resolves #282
For some reason nix flake lock is trying to download stuff; I need to fix this. Marking the PR is draft for now.
I'm not sure this is a good idea, hooks should run really fast.
I don't think such a hook is a good idea, it gives really bad (slow) reputation to pre-commit hooks.