about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2024-02-24 20:14:59 +0800
committerAaron Jheng <wentworth@outlook.com>2024-03-02 17:16:44 +0800
commit5ee8407c8251566e073b4e0c4878c54d227a96c9 (patch)
tree1bb7e1018ca7ecb356a9bb938c967f60a02df0f1 /pkgs/top-level
parent7e1f7217d50441101706ddd9db20c8b8f1e40979 (diff)
downloadnixlib-5ee8407c8251566e073b4e0c4878c54d227a96c9.tar
nixlib-5ee8407c8251566e073b4e0c4878c54d227a96c9.tar.gz
nixlib-5ee8407c8251566e073b4e0c4878c54d227a96c9.tar.bz2
nixlib-5ee8407c8251566e073b4e0c4878c54d227a96c9.tar.lz
nixlib-5ee8407c8251566e073b4e0c4878c54d227a96c9.tar.xz
nixlib-5ee8407c8251566e073b4e0c4878c54d227a96c9.tar.zst
nixlib-5ee8407c8251566e073b4e0c4878c54d227a96c9.zip
docker_20_10: remove
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 10664dc2090b..ee4fb06d21c7 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -30832,7 +30832,7 @@ with pkgs;
   dnglab = callPackage ../tools/graphics/dnglab { };
 
   inherit (callPackage ../applications/virtualization/docker {})
-    docker_20_10 docker_24 docker_25;
+    docker_24 docker_25;
 
   docker = docker_24;
   docker-client = docker.override { clientOnly = true; };