mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-05-17 08:00:49 +05:00
flake.nix: create pre-commit hydra job
This commit is contained in:
parent
ff9087adb4
commit
313f94ed8f
@ -128,6 +128,7 @@
|
|||||||
nixosModule = self.nixosModules.default; # compatibility
|
nixosModule = self.nixosModules.default; # compatibility
|
||||||
hydraJobs.${system} = allTests // {
|
hydraJobs.${system} = allTests // {
|
||||||
inherit documentation;
|
inherit documentation;
|
||||||
|
inherit (self.checks.${system}) pre-commit;
|
||||||
};
|
};
|
||||||
checks.${system} = allTests // {
|
checks.${system} = allTests // {
|
||||||
pre-commit = git-hooks.lib.${system}.run {
|
pre-commit = git-hooks.lib.${system}.run {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user