about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-12-27 14:23:21 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2024-01-13 23:10:38 +0100
commit0f5e83d4bb3257a19a28d3d3a3679ddfc2445af6 (patch)
treee399121b08165b23b2fa76b5454c3541d6e87eb8 /pkgs/top-level/aliases.nix
parent936d081c365ee30f1ed05a0645dae95d93719a97 (diff)
downloadnixlib-0f5e83d4bb3257a19a28d3d3a3679ddfc2445af6.tar
nixlib-0f5e83d4bb3257a19a28d3d3a3679ddfc2445af6.tar.gz
nixlib-0f5e83d4bb3257a19a28d3d3a3679ddfc2445af6.tar.bz2
nixlib-0f5e83d4bb3257a19a28d3d3a3679ddfc2445af6.tar.lz
nixlib-0f5e83d4bb3257a19a28d3d3a3679ddfc2445af6.tar.xz
nixlib-0f5e83d4bb3257a19a28d3d3a3679ddfc2445af6.tar.zst
nixlib-0f5e83d4bb3257a19a28d3d3a3679ddfc2445af6.zip
docker-machine: remove
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index bedba7c257ca..b1c88d8e0994 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -207,6 +207,7 @@ mapAliases ({
   devserver = throw "'devserver' has been removed in favor of 'miniserve' or other alternatives"; # Added 2023-01-13
   dhcp = throw "dhcp (ISC DHCP) has been removed from nixpkgs, because it reached its end of life"; # Added 2023-04-04
   dnnl = oneDNN; # Added 2020-04-22
+  docker-machine = throw "'docker-machine' has been removed, because the upstream project was archived"; # Added 2023-12-27
   docker-machine-kvm = throw "'docker-machine-kvm' has been removed, because 'docker-machine' was archived upstream and removed"; # Added 2023-12-27
   docker-machine-xhyve = throw "'docker-machine-xhyve' has been removed, because 'docker-machine' was archived upstream and removed"; # Added 2023-12-27
   dolphin-emu-beta = dolphin-emu; # Added 2023-02-11