summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;
+ };
};
}