1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

docker: fix reference to unknown attribute

This commit is contained in:
Peter Hoeg 2017-05-12 11:12:52 +08:00
parent 11b8cfb506
commit 49d3b432c3

View file

@ -13422,7 +13422,6 @@ with pkgs;
inherit (callPackage ../applications/virtualization/docker { })
docker_17_03
docker_17_04
docker_17_05;
docker = docker_17_03;