summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2024-04-17 22:31:55 +0200
committerstuebinm2024-04-17 22:31:55 +0200
commit806593f53dde83f367fd9f6ee74a21aef97faf44 (patch)
treede7829f2bcdfdcb9409c881e6b56232342db4449 /flake.nix
parentd0534bdc8ba71883385c91be0bfcdc95a9c84717 (diff)
tests: test travelynx using upstream `prove` suite
unfortunately, these tests seem to be broken at the moment? Or at least I cannot see where my packaging differs from the provided cpanfile.snapshot.
Diffstat (limited to '')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 2771329..b83de7a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -158,6 +158,7 @@
ntfy-matrix-bot transport_validator;
tests.bookwyrm = nixpkgs.nixosTest ./tests/bookwyrm.nix;
+ tests.travelynx = nixpkgs.nixosTest ./tests/travelynx.nix;
};
nixosModules = {