Skip to content

feat(nix): Add Nix hooks to .pre-commit-hooks.yaml #21

@aRustyDev

Description

@aRustyDev

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:

  1. nix-flake-check
  2. nix-build-check
  3. nix-darwin-check
  4. nix-home-manager-check
  5. nix-fmt
  6. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions