diff options
Diffstat (limited to 'nix/buildGo/proto.nix')
-rw-r--r-- | nix/buildGo/proto.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/buildGo/proto.nix b/nix/buildGo/proto.nix index 4bd3a572761d..6c37f758ced7 100644 --- a/nix/buildGo/proto.nix +++ b/nix/buildGo/proto.nix @@ -8,7 +8,8 @@ let inherit (builtins) fetchGit map; -in rec { +in +rec { goProto = external { path = "github.com/golang/protobuf"; src = fetchGit { |