소스 검색

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 주 전
부모
커밋
600484b467
No known key found for this signature in database GPG 키 ID: 7D6CC73E428F633F
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      flake.nix

+ 1
- 1
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;


불러오는 중...
취소
저장