Skip to content

Commit

Permalink
Merge pull request #116 from doronbehar/exposeVendor
Browse files Browse the repository at this point in the history
Expose mkVendorEnv
  • Loading branch information
Mic92 authored Nov 14, 2023
2 parents a2ce974 + 9c8f8ed commit 1633dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ let
callPackage = final.darwin.apple_sdk_11_0.callPackage or final.callPackage;
in
{
inherit (callPackage ./builder { }) buildGoApplication mkGoEnv;
inherit (callPackage ./builder { }) buildGoApplication mkGoEnv mkVendorEnv;
gomod2nix = callPackage ./default.nix { };
}

0 comments on commit 1633dc0

Please sign in to comment.