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)
pull/5581/head
mcnesium
3 weeks ago
No known key found for this signature in database
GPG Key ID: 7D6CC73E428F633F
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|