summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2024-02-15 19:44:47 +0100
committerstuebinm2024-02-15 19:44:47 +0100
commit5461fc6f762952d58ea0c2ede321e301aa011e3f (patch)
tree7bbabe6974a37c93e03455c52c38c0c095caa243 /flake.nix
parent5788f8499e5e7089e1c64e397c2308f26874c3a5 (diff)
modules/bookwyrm: add a nixos test
because like, why not learn how to use these out-of-tree?
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; };