desktop is building I guess, idk, need to start commiting stuff eventually lmao
This commit is contained in:
14
checks/pre-commit-hooks/default.nix
Normal file
14
checks/pre-commit-hooks/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (inputs) git-hooks-nix;
|
||||
in
|
||||
git-hooks-nix.lib.${pkgs.system}.run {
|
||||
src = ../..;
|
||||
hooks = {
|
||||
pre-commit-hook-ensure-sops.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user