flake.nix: Rename pre-commit-hooks-nix into git-hooks-nix

Cachix has renamed their project.
This commit is contained in:
Thomas Preisner 2024-12-07 12:36:51 +01:00
parent 5c280dcedb
commit b81e8f00bb
2 changed files with 32 additions and 32 deletions

View file

@ -5,8 +5,8 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
pre-commit-hooks-nix.url = "github:cachix/git-hooks.nix";
pre-commit-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
git-hooks-nix.url = "github:cachix/git-hooks.nix";
git-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = {
@ -21,7 +21,7 @@
"aarch64-linux"
];
imports = [
inputs.pre-commit-hooks-nix.flakeModule
inputs.git-hooks-nix.flakeModule
];
perSystem = {