go-camo: link nixos test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user