buildGo19Package: init (#29470)
This commit is contained in:
parent
a06f839439
commit
b39c42d5d0
1 changed files with 4 additions and 0 deletions
|
@ -11115,6 +11115,10 @@ with pkgs;
|
|||
go = go_1_8;
|
||||
};
|
||||
|
||||
buildGo19Package = callPackage ../development/go-modules/generic {
|
||||
go = go_1_9;
|
||||
};
|
||||
|
||||
buildGoPackage = buildGo18Package;
|
||||
|
||||
go2nix = callPackage ../development/tools/go2nix { };
|
||||
|
|
Loading…
Reference in a new issue