about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-02-20 12:58:50 +0100
committerPol Dellaiera <pol.dellaiera@protonmail.com>2024-02-25 17:35:08 +0100
commit7e3f284f13d90495963017c4b9d333b7440256c1 (patch)
treecb51b920842d3303363a8806bca8f1a5d4f15ed9 /pkgs/top-level/aliases.nix
parentb453c845f6fbf9053a046d44406d987bc1613c7e (diff)
downloadnixlib-7e3f284f13d90495963017c4b9d333b7440256c1.tar
nixlib-7e3f284f13d90495963017c4b9d333b7440256c1.tar.gz
nixlib-7e3f284f13d90495963017c4b9d333b7440256c1.tar.bz2
nixlib-7e3f284f13d90495963017c4b9d333b7440256c1.tar.lz
nixlib-7e3f284f13d90495963017c4b9d333b7440256c1.tar.xz
nixlib-7e3f284f13d90495963017c4b9d333b7440256c1.tar.zst
nixlib-7e3f284f13d90495963017c4b9d333b7440256c1.zip
drush: removed, standalone installation are no more supported
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 5a44235de0c3..2b519dfddc17 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -234,6 +234,7 @@ mapAliases ({
   dotnet-sdk_3 = dotnetCorePackages.sdk_3_1; # Added 2020-01-19
   dotnet-sdk_5 = dotnetCorePackages.sdk_5_0; # Added 2020-09-11
   drgeo = throw "'drgeo' has been removed as it is outdated and unmaintained"; # Added 2023-10-15
+  drush = throw "drush as a standalone package has been removed because it's no longer supported as a standalone tool";
   dtv-scan-tables_linuxtv = dtv-scan-tables; # Added 2023-03-03
   dtv-scan-tables_tvheadend = dtv-scan-tables; # Added 2023-03-03
   du-dust = dust; # Added 2024-01-19