Browse Source

error: Cannot build '/nix/store/…-agru-0.2.1.drv'.

Reason: builder failed with exit code 1.
	…
       > go: go.mod requires go >= 1.26 (running go 1.25.14; GOTOOLCHAIN=local)
master
mcnesium 1 week ago
committed by Slavi Pantaleev
parent
commit
ae59650761
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      flake.nix

+ 1
- 1
flake.nix View File

@@ -20,7 +20,7 @@
pkgs = import nixpkgs {
inherit system;
};
agru = pkgs.buildGo125Module {
agru = pkgs.buildGo126Module {
pname = "agru";
version = "0.2.1";
src = agru-src;


Loading…
Cancel
Save