Rename git-hooks input

This commit is contained in:
Filippo Berto 2025-07-06 17:34:01 +02:00
parent 10cc58190b
commit e1fd7f1315
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 7 additions and 9 deletions

View file

@ -17,7 +17,7 @@
systems.url = "github:nix-systems/default";
flake-parts.url = "github:hercules-ci/flake-parts";
git-hooks-nix.url = "github:cachix/git-hooks.nix";
git-hooks.url = "github:cachix/git-hooks.nix";
# agenix-shell.url = "github:aciceri/agenix-shell"; # TODO
# agenix-rekey.url = "github:oddlama/agenix-rekey"; # TODO
# emanote.url = "github:srid/emanote";
@ -115,9 +115,7 @@
in
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
systems = import inputs.systems;
imports = [
inputs.git-hooks-nix.flakeModule
];
imports = [ inputs.git-hooks.flakeModule ];
perSystem = { config, pkgs, system, ... }: {
_module.args.pkgs = import inputs.nixpkgs {
inherit system;