Skip to content

Commit

Permalink
Merge pull request #46428 from bhipple/fix/dockerTools
Browse files Browse the repository at this point in the history
dockerTools: unpin go version
  • Loading branch information
adisbladis committed Sep 10, 2018
2 parents ea765b2 + 4d8bb9a commit cdce8f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ with pkgs;

digitalbitbox = libsForQt5.callPackage ../applications/misc/digitalbitbox { };

# go 1.9 pin until https://github.com/moby/moby/pull/35739
dockerTools = callPackage ../build-support/docker { go = go_1_9; };
dockerTools = callPackage ../build-support/docker { };

docker_compose = pythonPackages.docker_compose;

Expand Down

0 comments on commit cdce8f9

Please sign in to comment.