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
@@ -294,6 +294,7 @@ mapAliases {
294
294
dnnl=throw"'dnnl' has been renamed to/replaced by 'oneDNN'";# Converted to throw 2024-10-17
295
295
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
296
296
docear=throw"Docear was removed because it was unmaintained upstream. JabRef, Zotero, or Mendeley are potential replacements.";# Added 2024-11-02
297
+
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
297
298
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