diff --git a/flake.nix b/flake.nix index 9498035..ebcf792 100644 --- a/flake.nix +++ b/flake.nix @@ -43,5 +43,7 @@ builtins.elem role [ "server" "container" ] ) self.lib.config.site.hosts ); + + checks = self.packages; }; }