merge lego with existing pkgs
All checks were successful
All checks were successful
This commit is contained in:
parent
50f54d0f05
commit
65d0f28ab3
@ -5,4 +5,5 @@ in
|
|||||||
{
|
{
|
||||||
|
|
||||||
ftb-app = pkgs.callPackage ./ftb-app { inherit rad-maintainers; };
|
ftb-app = pkgs.callPackage ./ftb-app { inherit rad-maintainers; };
|
||||||
|
lego-latest = pkgs.callPackage ./lego-latest { inherit rad-maintainers; };
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
buildGoModule,
|
buildGoModule,
|
||||||
|
rad-maintainers,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
@ -31,7 +32,7 @@ buildGoModule rec {
|
|||||||
description = "Let's Encrypt client and ACME library written in Go";
|
description = "Let's Encrypt client and ACME library written in Go";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = "https://go-acme.github.io/lego/";
|
homepage = "https://go-acme.github.io/lego/";
|
||||||
maintainers = teams.acme.members;
|
maintainers = teams.acme.members ++ [ rad-maintainers.ahuston-0 ];
|
||||||
mainProgram = "lego";
|
mainProgram = "lego";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
openssl
|
openssl
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
outputs.packages.x86_64-linux.lego-latest
|
outputs.packages.lego-latest
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user