summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 18dbeb2..de1169f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -142,6 +142,8 @@
travelynx crs-tracker crs-php bahnhof-name matrix-to
hikari_unstable heartwood radicle-interface radicle-tui
inweb nomsring bookwyrm;
+
+ tests.bookwyrm = nixpkgs.nixosTest ./tests/bookwyrm.nix;
};
nixosModules = { glitchtip = import ./modules/glitchtip.nix; };