mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
step-ca: pin to go 1.15
This commit is contained in:
parent
9433fde4fe
commit
8fd0bb4db3
|
@ -2810,6 +2810,7 @@ in
|
|||
|
||||
step-ca = callPackage ../tools/security/step-ca {
|
||||
inherit (darwin.apple_sdk.frameworks) PCSC;
|
||||
buildGoModule = buildGo115Module;
|
||||
};
|
||||
|
||||
step-cli = callPackage ../tools/security/step-cli { };
|
||||
|
|
Loading…
Reference in a new issue