From 9c8f8ed898f22197666bb99ffc11f8fedef464eb Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 12 Apr 2023 12:50:58 +0300 Subject: [PATCH] Expose mkVendorEnv --- overlay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay.nix b/overlay.nix index 9010386..13869cd 100644 --- a/overlay.nix +++ b/overlay.nix @@ -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 { }; }