Skip to content

Commit

Permalink
buildGo19Package: init (#29470)
Browse files Browse the repository at this point in the history
  • Loading branch information
PanAeon authored and fpletz committed Sep 27, 2017
1 parent a06f839 commit b39c42d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit b39c42d

Please sign in to comment.