summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 73e8c89..be32a3e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -141,7 +141,7 @@
kijetesantakaluotokieni showrt isabelle-utils isabat
travelynx crs-tracker crs-php bahnhof-name matrix-to
hikari_unstable heartwood radicle-interface radicle-tui
- inweb nomsring bookwyrm;
+ inweb nomsring bookwyrm mollysocket;
tests.bookwyrm = nixpkgs.nixosTest ./tests/bookwyrm.nix;
};
@@ -149,6 +149,7 @@
nixosModules = {
glitchtip = import ./modules/glitchtip.nix;
bookwyrm = import ./modules/bookwyrm.nix;
+ mollysocket = import ./modules/mollysocket.nix;
};
};
}