nixos/all-tests: add go-camo

This commit is contained in:
Sandro Jäckel 2025-02-24 15:26:44 +01:00
parent 88b5bff4ca
commit ad0bf1f4c5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -439,6 +439,7 @@ in {
gns3-server = handleTest ./gns3-server.nix {}; gns3-server = handleTest ./gns3-server.nix {};
gnupg = handleTest ./gnupg.nix {}; gnupg = handleTest ./gnupg.nix {};
goatcounter = handleTest ./goatcounter.nix {}; goatcounter = handleTest ./goatcounter.nix {};
go-camo = handleTest ./go-camo.nix { };
go-neb = handleTest ./go-neb.nix {}; go-neb = handleTest ./go-neb.nix {};
gobgpd = handleTest ./gobgpd.nix {}; gobgpd = handleTest ./gobgpd.nix {};
gocd-agent = handleTest ./gocd-agent.nix {}; gocd-agent = handleTest ./gocd-agent.nix {};