mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-21 20:55:00 +00:00
Merge pull request #116 from doronbehar/exposeVendor
Expose mkVendorEnv
This commit is contained in:
commit
1633dc0c79
1 changed files with 1 additions and 1 deletions
|
@ -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 { };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue