hscloud/hswaw/laserproxy/nix-use-system-go.patch
Serge Bazanski ae2886ba10 hswaw/laserproxy: fix nix build
This bitrot at some point. Now it's all freshened up.

Change-Id: Ia7df1ccd9b39d9180131452e9bf18d0fb8fa50d5
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1163
Reviewed-by: informatic <informatic@hackerspace.pl>
2021-10-16 18:46:25 +00:00

11 lines
389 B
Diff

--- a/WORKSPACE 2021-10-07 21:56:55.869547029 +0200
+++ b/WORKSPACE 2021-10-16 20:23:37.841448038 +0200
@@ -63,7 +63,7 @@
# Setup Go toolchain.
load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains")
-go_register_toolchains(version = "1.17")
+go_register_toolchains(go_version = "host")
# IMPORTANT: match protobuf version above with the one loaded by grpc
http_archive(