mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
rke2_latest: unpin buildGoModule
This commit is contained in:
parent
8260f88fcc
commit
58aefff47b
@ -33757,10 +33757,7 @@ with pkgs;
|
||||
buildGoModule = buildGo121Module;
|
||||
go = go_1_21;
|
||||
}) rke2_stable;
|
||||
inherit (callPackage ../applications/networking/cluster/rke2 {
|
||||
buildGoModule = buildGo122Module;
|
||||
go = go_1_22;
|
||||
}) rke2_latest rke2_testing;
|
||||
inherit (callPackage ../applications/networking/cluster/rke2 { }) rke2_latest rke2_testing;
|
||||
rke2 = rke2_stable;
|
||||
|
||||
rocketchat-desktop = callPackage ../applications/networking/instant-messengers/rocketchat-desktop { };
|
||||
|
Loading…
Reference in New Issue
Block a user