Skip to content

Commit

Permalink
Expose mkVendorEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Apr 12, 2023
1 parent 3cbf3a5 commit 9c8f8ed
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 9c8f8ed

Please sign in to comment.