Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions pkgs/by-name/nc/ncdu/1.nix

This file was deleted.

59 changes: 0 additions & 59 deletions pkgs/by-name/nc/ncdu/package.nix

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we not keep ncdu_2?

This file was deleted.

5 changes: 0 additions & 5 deletions pkgs/by-name/nc/ncdu/update.sh

This file was deleted.

3 changes: 2 additions & 1 deletion pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,8 @@ mapAliases {
nanoblogger = throw "nanoblogger has been removed as upstream stopped developement in 2013"; # Added 2025-09-10
nasc = throw "'nasc' has been removed as it was unmaintained and depends on deprecated webkitgtk_4_0"; # Added 2025-10-09
nats-streaming-server = throw "'nats-streaming-server' has been removed as critical bug fixes and security fixes will no longer be performed as of June of 2023"; # Added 2025-10-13
ncdu_2 = throw "'ncdu_2' has been renamed to/replaced by 'ncdu'"; # Converted to throw 2025-10-27
ncdu = throw "'ncdu' has been removed as it is unmaintained upstream"; # Converted to throw 2026-06-29
ncdu_2 = throw "'ncdu_2' has been renamed to/replaced by 'ncdu', which has been removed"; # Converted to throw 2025-10-27

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ncdu_2 = throw "'ncdu_2' has been renamed to/replaced by 'ncdu', which has been removed"; # Converted to throw 2025-10-27
ncdu_2 = throw "'ncdu_2' has been renamed to 'ncdu' as ncud_1 has been removed"; # Converted to throw 2025-10-27

ndjbdns = throw "'ndjbdns' has been removed as it has been pulled upstream"; # Added 2025-12-18
near-cli = throw "'near-cli' has been removed as upstream has deprecated it and archived the source code repo"; # Added 2025-11-10
neardal = throw "neardal has been removed because it has been marked as broken since at least November 2024."; # Added 2025-09-29
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9241,8 +9241,6 @@ with pkgs;
enableGL = false;
};

ncdu_1 = callPackage ../by-name/nc/ncdu/1.nix { };

notmuch = callPackage ../applications/networking/mailreaders/notmuch {
pythonPackages = python3Packages;
};
Expand Down
Loading