flake.nix: create pre-commit hydra job
This commit is contained in:
parent
ff9087adb4
commit
313f94ed8f
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
|||
nixosModule = self.nixosModules.default; # compatibility
|
||||
hydraJobs.${system} = allTests // {
|
||||
inherit documentation;
|
||||
inherit (self.checks.${system}) pre-commit;
|
||||
};
|
||||
checks.${system} = allTests // {
|
||||
pre-commit = git-hooks.lib.${system}.run {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue