summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-22 09:30:04 -0400
committerGitHub <noreply@github.com>2021-10-22 09:30:04 -0400
commitcc5cc3101cbdabef594a19f563bf4c9cc27c867e (patch)
treef9074673ed5174f93bc53968c70f759a58339912 /pkgs/top-level/aliases.nix
parent4d7395997f5ca8e78470f1873af589a57795fd42 (diff)
parent28aa1f987c847164227aea20cdc39b6cefc87479 (diff)
downloadnixpkgs-cc5cc3101cbdabef594a19f563bf4c9cc27c867e.tar
nixpkgs-cc5cc3101cbdabef594a19f563bf4c9cc27c867e.tar.gz
nixpkgs-cc5cc3101cbdabef594a19f563bf4c9cc27c867e.tar.bz2
nixpkgs-cc5cc3101cbdabef594a19f563bf4c9cc27c867e.tar.lz
nixpkgs-cc5cc3101cbdabef594a19f563bf4c9cc27c867e.tar.xz
nixpkgs-cc5cc3101cbdabef594a19f563bf4c9cc27c867e.tar.zst
nixpkgs-cc5cc3101cbdabef594a19f563bf4c9cc27c867e.zip
Merge pull request #142267 from figsoda/remove-racerd
rustracerd: 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 a16a3fcac98..726b7ab33af 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -782,6 +782,7 @@ mapAliases ({
   runCommandNoCC = runCommand;
   runCommandNoCCLocal = runCommandLocal;
   runwayml = throw "runwayml is now a webapp"; # added 2021-04-17
+  rustracerd = throw "rustracerd has been removed because it is broken and unmaintained"; # added 2021-10-19
   rxvt_unicode-with-plugins = rxvt-unicode; # added 2020-02-02
   rxvt_unicode = rxvt-unicode-unwrapped; # added 2020-02-02
   subversion19 = throw "subversion19 has been removed as it has reached its end of life"; # added 2021-03-31