mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
telepresence2: pin to go 1.16
This commit is contained in:
parent
88b29b7fc8
commit
64dd661bf7
1 changed files with 3 additions and 1 deletions
|
@ -10096,7 +10096,9 @@ with pkgs;
|
|||
pythonPackages = python3Packages;
|
||||
};
|
||||
|
||||
telepresence2 = callPackage ../tools/networking/telepresence2 { };
|
||||
telepresence2 = callPackage ../tools/networking/telepresence2 {
|
||||
buildGoModule = buildGo116Module;
|
||||
};
|
||||
|
||||
teler = callPackage ../tools/security/teler { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue