Skip to content

Commit

Permalink
cosign: build with Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Oct 9, 2022
1 parent 5e72849 commit fde3553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2097,6 +2097,7 @@ with pkgs;
corsair = with python3Packages; toPythonApplication corsair-scan;

cosign = callPackage ../tools/security/cosign {
buildGoModule = buildGo118Module;
inherit (darwin.apple_sdk.frameworks) PCSC;
};

Expand Down

0 comments on commit fde3553

Please sign in to comment.