git-hooks.nix icon indicating copy to clipboard operation
git-hooks.nix copied to clipboard

Add a hook to check that `flake.lock` is in sync

Open srid opened this issue 2 years ago • 2 comments

Resolves #282

srid avatar Apr 19 '23 17:04 srid

For some reason nix flake lock is trying to download stuff; I need to fix this. Marking the PR is draft for now.

srid avatar Apr 21 '23 14:04 srid

I'm not sure this is a good idea, hooks should run really fast.

domenkozar avatar Jun 06 '23 11:06 domenkozar

I don't think such a hook is a good idea, it gives really bad (slow) reputation to pre-commit hooks.

domenkozar avatar Jul 12 '24 08:07 domenkozar