0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixosTests.tinyproxy: init

This commit is contained in:
Thomas 2023-05-05 21:02:11 +02:00
parent 1ed6468c27
commit ae31454d41
No known key found for this signature in database
GPG key ID: 0E81B43737878B74
3 changed files with 23 additions and 0 deletions

View file

@ -734,6 +734,7 @@ in {
timezone = handleTest ./timezone.nix {};
tinc = handleTest ./tinc {};
tinydns = handleTest ./tinydns.nix {};
tinyproxy = handleTest ./tinyproxy.nix {};
tinywl = handleTest ./tinywl.nix {};
tmate-ssh-server = handleTest ./tmate-ssh-server.nix { };
tomcat = handleTest ./tomcat.nix {};