From ae5965076148efd0a0e55726f26263e006fdc4af Mon Sep 17 00:00:00 2001 From: mcnesium Date: Fri, 4 Sep 2026 11:17:02 +0200 Subject: [PATCH] =?UTF-8?q?error:=20Cannot=20build=20'/nix/store/=E2=80=A6?= =?UTF-8?q?-agru-0.2.1.drv'.=20=20=20=20=20=20=20=20Reason:=20builder=20fa?= =?UTF-8?q?iled=20with=20exit=20code=201.=20=09=E2=80=A6=20=20=20=20=20=20?= =?UTF-8?q?=20=20>=20go:=20go.mod=20requires=20go=20>=3D=201.26=20(running?= =?UTF-8?q?=20go=201.25.14;=20GOTOOLCHAIN=3Dlocal)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c3f6edda4..760b529bf 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ pkgs = import nixpkgs { inherit system; }; - agru = pkgs.buildGo125Module { + agru = pkgs.buildGo126Module { pname = "agru"; version = "0.2.1"; src = agru-src;