about summary refs log tree commit diff
path: root/nix/buildGo/proto.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/buildGo/proto.nix')
-rw-r--r--nix/buildGo/proto.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/buildGo/proto.nix b/nix/buildGo/proto.nix
index 4bd3a57276..6c37f758ce 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 {