cleanup
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (inputs) git-hooks-nix;
|
||||
inherit (inputs) pre-commit-hooks-nix;
|
||||
in
|
||||
git-hooks-nix.lib.${pkgs.system}.run {
|
||||
pre-commit-hooks-nix.lib.${pkgs.system}.run {
|
||||
src = ../..;
|
||||
hooks = {
|
||||
pre-commit-hook-ensure-sops.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user