mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
committed by
github-actions[bot]
parent
e81a26137d
commit
e10ea552ae
@@ -7311,8 +7311,8 @@ with pkgs;
|
||||
go = go_1_26;
|
||||
buildGoModule = buildGo126Module;
|
||||
|
||||
go_latest = go_1_26;
|
||||
buildGoLatestModule = buildGo126Module;
|
||||
go_latest = go_1_27;
|
||||
buildGoLatestModule = buildGo127Module;
|
||||
|
||||
go_1_25 = callPackage ../development/compilers/go/1.25.nix { };
|
||||
buildGo125Module = callPackage ../build-support/go/module.nix {
|
||||
|
||||
Reference in New Issue
Block a user