summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2024-04-15 21:23:07 +0200
committerstuebinm2024-04-15 21:23:07 +0200
commitd963c46ec1626f1992a30edc2105502a79ad2099 (patch)
tree3cebc0ea921a89087c00b4363e1e322ebeb16181 /flake.nix
parentc0d96cf6811e4e96245b9d06ea28572494ec4f5e (diff)
package transport-validator
this is the rust tool used by the french ministry for transport (deployed at https://transport.data.gouv.fr/validation), patched to not include the server mode it usually has (i don't want to constantly compile another copy of actix-web)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e984866..2771329 100644
--- a/flake.nix
+++ b/flake.nix
@@ -155,7 +155,7 @@
travelynx crs-tracker crs-php bahnhof-name matrix-to
hikari_unstable heartwood radicle-interface radicle-tui
inweb nomsring bookwyrm mollysocket git-annex-remote-remarkable2
- ntfy-matrix-bot;
+ ntfy-matrix-bot transport_validator;
tests.bookwyrm = nixpkgs.nixosTest ./tests/bookwyrm.nix;
};