diff options
author | stuebinm | 2024-03-10 22:42:05 +0100 |
---|---|---|
committer | stuebinm | 2024-03-10 22:43:26 +0100 |
commit | ca98c4ba1a012feff05e2583e44f7ab93b937e7a (patch) | |
tree | c8330b2d193643e8d3f7266e3bdbdc762e7db090 | |
parent | b2eedf9327d38a1e9af45540f5975c1d47b62af9 (diff) |
add hydraJobs output
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -151,5 +151,9 @@ bookwyrm = import ./modules/bookwyrm.nix; mollysocket = import ./modules/mollysocket.nix; }; + + hydraJobs = { + inherit (self) packages; + }; }; } |