step-ca: Set mainProgram

Added to avoid lib.getExe showing warnings.
This commit is contained in:
provokateurin
2025-05-11 11:10:45 +02:00
parent 061b853739
commit c18e321f53
+1
View File
@@ -63,6 +63,7 @@ buildGoModule rec {
homepage = "https://smallstep.com/certificates/";
changelog = "https://github.com/smallstep/certificates/releases/tag/v${version}";
license = licenses.asl20;
mainProgram = "step-ca";
maintainers = with maintainers; [
cmcdragonkai
techknowlogick