diff --git a/flake.nix b/flake.nix index e2ce3f4..a24234f 100644 --- a/flake.nix +++ b/flake.nix @@ -37,5 +37,8 @@ }; default = document; }; + hydraJobs = { + inherit (self) packages; + }; }); }