You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/top-level/aliases.nix
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,7 @@ mapAliases {
300
300
dnnl=throw"'dnnl' has been renamed to/replaced by 'oneDNN'";# Converted to throw 2024-10-17
301
301
dnscrypt-wrapper=throw"dnscrypt-wrapper was removed because it has been effectively unmaintained since 2018. Use DNSCcrypt support in dnsdist instead";# Added 2024-09-14
302
302
docear=throw"Docear was removed because it was unmaintained upstream. JabRef, Zotero, or Mendeley are potential replacements.";# Added 2024-11-02
303
+
docker_24=throw"'docker_24' has been removed because it has been unmaintained since June 2024. Use docker_25 or newer instead.";# Added 2024-12-21
303
304
docker-compose_1=throw"'docker-compose_1' has been removed because it has been unmaintained since May 2021. Use docker-compose instead.";# Added 2024-07-29
0 commit comments