From 5461fc6f762952d58ea0c2ede321e301aa011e3f Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 15 Feb 2024 19:44:47 +0100 Subject: modules/bookwyrm: add a nixos test because like, why not learn how to use these out-of-tree? --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') 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; }; -- cgit v1.2.3