mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
flake: rename git-hooks from pre-commit-hooks
This commit is contained in:
parent
374374a9a7
commit
6a459f27a9
2 changed files with 36 additions and 36 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
pre-commit-hooks-nix = {
|
||||
url = "github:cachix/pre-commit-hooks.nix";
|
||||
git-hooks = {
|
||||
url = "github:cachix/git-hooks.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
|||
imports = [
|
||||
./machines/configurations.nix
|
||||
./images/flake-module.nix
|
||||
inputs.pre-commit-hooks-nix.flakeModule
|
||||
inputs.git-hooks.flakeModule
|
||||
];
|
||||
|
||||
systems = [ "x86_64-linux" "aarch64-linux" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue