Merge pull request #264136 from kirillrdy/talosctl
talosctl: pin golang
This commit is contained in:
commit
116a53bea2
1 changed files with 3 additions and 1 deletions
|
@ -35691,7 +35691,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