Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: rename pre-commit-hooks.nix instances to git-hooks.nix #488

Conversation

trueNAHO
Copy link
Contributor

Rename all pre-commit-hooks.nix instances (except in https://flake.parts/options/pre-commit-hooks-nix) to git-hooks.nix using the following command:

fd --type f --exec-batch sed --in-place 's/pre-commit-hooks\.nix/git-hooks.nix/g'

This change leaves all remaining pre-commit-hooks instances untouched.

@domenkozar
Copy link
Member

Thanks!

Rename all pre-commit-hooks.nix instances (except in
'https://flake.parts/options/pre-commit-hooks-nix') to git-hooks.nix
using the following command:

    fd \
      --type f \
      --exec-batch sed -i 's/pre-commit-hooks\.nix/git-hooks.nix/g'

This change leaves all remaining 'pre-commit-hooks' instances untouched.
@trueNAHO trueNAHO force-pushed the docs-rename-pre-commit-hooks-nix-repository-to-git-hooks-nix branch from 768149c to c08fc07 Compare August 23, 2024 18:25
@domenkozar domenkozar merged commit c8a5405 into cachix:master Aug 23, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants