From 0b7bf6205fa36e48c597bce55a65820d81cbeaec Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 4 Mar 2024 18:55:18 +0100 Subject: init mollysocket package, module, and deploy it on flora with thanks to networkException, who wrote the initial nix package. --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'flake.nix') 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; }; }; } -- cgit v1.2.3