summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2024-03-10 22:42:05 +0100
committerstuebinm2024-03-10 22:43:26 +0100
commitca98c4ba1a012feff05e2583e44f7ab93b937e7a (patch)
treec8330b2d193643e8d3f7266e3bdbdc762e7db090
parentb2eedf9327d38a1e9af45540f5975c1d47b62af9 (diff)
add hydraJobs output
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
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;
+ };
};
}