diff options
author | stuebinm | 2024-04-15 21:23:07 +0200 |
---|---|---|
committer | stuebinm | 2024-04-15 21:23:07 +0200 |
commit | d963c46ec1626f1992a30edc2105502a79ad2099 (patch) | |
tree | 3cebc0ea921a89087c00b4363e1e322ebeb16181 /home | |
parent | c0d96cf6811e4e96245b9d06ea28572494ec4f5e (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 '')
-rw-r--r-- | home/packages.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/packages.nix b/home/packages.nix index 5b984a6..1f5e8cf 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -33,6 +33,8 @@ in kitty baobab # gnss things gpsd galmon-full + # transport things + transport_validator # things for emacs sqlite brightnessctl scrot playerctl tlp (aspellWithDicts (ds: [ds.en])) emacs.pkgs.mu4e |