go-camo: link nixos test

This commit is contained in:
Sizhe Zhao
2025-07-09 22:14:00 +08:00
parent ffbaf47a72
commit d0f4edd780
+5
View File
@@ -3,6 +3,7 @@
buildGo124Module,
fetchFromGitHub,
installShellFiles,
nixosTests,
scdoc,
}:
@@ -43,6 +44,10 @@ buildGo124Module rec {
rm pkg/camo/proxy_{,filter_}test.go
'';
passthru.tests = {
inherit (nixosTests) go-camo;
};
meta = {
description = "Camo server is a special type of image proxy that proxies non-secure images over SSL/TLS";
homepage = "https://github.com/cactus/go-camo";