From eb630855e3cf7dfb5e3015835211ac3b4bc661ac Mon Sep 17 00:00:00 2001 From: Emily Date: Sun, 26 Oct 2025 19:50:01 +0000 Subject: [PATCH] aliases: make `gitAndTools` throw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This previously merged in `self`, so the flattened attribute set was not quite correct, but it’s ancient anyway. --- pkgs/top-level/aliases.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index d1246b076e33..307f5bf723c0 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -1061,13 +1061,7 @@ mapAliases { git-codeowners = throw "'git-codeowners' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 git-credential-1password = throw "'git-credential-1password' has been removed, as the upstream project is deleted."; # Added 2024-05-20 git-stree = throw "'git-stree' has been deprecated by upstream. Upstream recommends using 'git-subrepo' as a replacement."; # Added 2025-05-05 - gitAndTools.darcsToGit = darcs-to-git; # Added 2021-01-14 - gitAndTools.gitAnnex = git-annex; # Added 2021-01-14 - gitAndTools.gitBrunch = git-brunch; # Added 2021-01-14 - gitAndTools.gitFastExport = git-fast-export; # Added 2021-01-14 - gitAndTools.gitRemoteGcrypt = git-remote-gcrypt; # Added 2021-01-14 - gitAndTools.svn_all_fast_export = svn-all-fast-export; # Added 2021-01-14 - gitAndTools.topGit = top-git; # Added 2021-01-14 + gitAndTools = throw "gitAndTools has been removed, as the packages are now available at the top level"; # Converted to throw 2025-10-26 gitversion = throw "'gitversion' has been removed because it produced a broken build and was unmaintained"; # Added 2025-08-30 givaro_3 = throw "'givaro_3' has been removed as it is end-of-life. Consider using the up-to-date 'givaro' instead"; # Added 2025-05-07 givaro_3_7 = throw "'givaro_3_7' has been removed as it is end-of-life. Consider using the up-to-date 'givaro' instead"; # Added 2025-05-07