mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-22 05:04:47 +00:00
Expose mkVendorEnv
This commit is contained in:
parent
3cbf3a51fe
commit
9c8f8ed898
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