talosctl: pin golang
This commit is contained in:
parent
e00ef84927
commit
4396643abe
1 changed files with 3 additions and 1 deletions
|
@ -35668,7 +35668,9 @@ with pkgs;
|
|||
|
||||
taizen = callPackage ../applications/misc/taizen { };
|
||||
|
||||
talosctl = callPackage ../applications/networking/cluster/talosctl { };
|
||||
talosctl = callPackage ../applications/networking/cluster/talosctl {
|
||||
buildGoModule = buildGo120Module;
|
||||
};
|
||||
|
||||
talentedhack = callPackage ../applications/audio/talentedhack { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue