23 lines
863 B
Diff
23 lines
863 B
Diff
From 4be181e96199529a36e9a93c837af7173c827493 Mon Sep 17 00:00:00 2001
|
|
From: Paul Meyer <49727155+katexochen@users.noreply.github.com>
|
|
Date: Mon, 22 Apr 2024 11:58:00 +0200
|
|
Subject: [PATCH] nixpkgs: use system Go
|
|
|
|
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
|
|
---
|
|
bazel/dependency_imports.bzl | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/bazel/dependency_imports.bzl b/bazel/dependency_imports.bzl
|
|
index c68eb4bf3e..addee4f6af 100644
|
|
--- a/bazel/dependency_imports.bzl
|
|
+++ b/bazel/dependency_imports.bzl
|
|
@@ -20,7 +20,7 @@ load("@rules_rust//rust:defs.bzl", "rust_common")
|
|
load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains", "rust_repository_set")
|
|
|
|
# go version for rules_go
|
|
-GO_VERSION = "1.23.1"
|
|
+GO_VERSION = "host"
|
|
|
|
JQ_VERSION = "1.7"
|
|
YQ_VERSION = "4.24.4"
|