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

Flakes support seemingly broken

Open l0b0 opened this issue 7 months ago • 4 comments

I've tried following the Flakes support section, but the resulting setup is broken in two ways:

  • nix flake check prints the diff necessary to satisfy the formatters, but doesn't actually apply them.
  • nix develop (after a direnv deny) does not set up pre-commit hooks, so git commit skips all of them.

Relevant diff

l0b0 avatar Mar 22 '25 09:03 l0b0