From ca98c4ba1a012feff05e2583e44f7ab93b937e7a Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 10 Mar 2024 22:42:05 +0100 Subject: add hydraJobs output --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index a7755d7..a1e58c4 100644 --- a/flake.nix +++ b/flake.nix @@ -151,5 +151,9 @@ bookwyrm = import ./modules/bookwyrm.nix; mollysocket = import ./modules/mollysocket.nix; }; + + hydraJobs = { + inherit (self) packages; + }; }; } -- cgit v1.2.3