Description
Update the main .pre-commit-hooks.yaml configuration file to include all new Nix hooks.
Requirements
- Add configurations for all 6 new Nix hooks
- Ensure proper file patterns for each hook
- Set appropriate default arguments
- Mark hooks as tested after verification
- Update any relevant documentation
Hooks to add:
- nix-flake-check
- nix-build-check
- nix-darwin-check
- nix-home-manager-check
- nix-fmt
- nix-lint
Dependencies
This issue depends on the implementation of all individual hook issues:
Testing
- Verify each hook entry is valid YAML
- Test that pre-commit can parse the configuration
- Ensure file patterns match intended targets
- Verify hooks run correctly when installed
Description
Update the main .pre-commit-hooks.yaml configuration file to include all new Nix hooks.
Requirements
Hooks to add:
Dependencies
This issue depends on the implementation of all individual hook issues:
Testing