···1516- The `offrss` package was removed due to lack of upstream maintenance since 2012. It's recommended for users to migrate to another RSS reader
170018## Other Notable Changes {#sec-nixpkgs-release-25.11-notable-changes}
1920<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···1516- The `offrss` package was removed due to lack of upstream maintenance since 2012. It's recommended for users to migrate to another RSS reader
1718+- `base16-builder` node package has been removed due to lack of upstream maintenance.
19+20## Other Notable Changes {#sec-nixpkgs-release-25.11-notable-changes}
2122<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···1-# This file has been generated by node2nix 1.11.1. Do not edit!
2-3-{
4- pkgs ? import <nixpkgs> {
5- inherit system;
6- },
7- system ? builtins.currentSystem,
8- nodejs ? pkgs."nodejs_20",
9-}:
10-11-let
12- nodeEnv = import ../../development/node-packages/node-env.nix {
13- inherit (pkgs)
14- stdenv
15- lib
16- runCommand
17- writeTextFile
18- writeShellScript
19- ;
20- inherit pkgs nodejs;
21- libtool = if pkgs.stdenv.hostPlatform.isDarwin then pkgs.cctools or pkgs.darwin.cctools else null;
22- };
23-in
24-import ./node-packages-generated.nix {
25- inherit (pkgs)
26- fetchurl
27- nix-gitignore
28- stdenv
29- lib
30- fetchgit
31- ;
32- inherit nodeEnv;
33-}
···000000000000000000000000000000000
+1
pkgs/top-level/aliases.nix
···331 badtouch = authoscope; # Project was renamed, added 20210626
332 badwolf = throw "'badwolf' has been removed due to being unmaintained"; # Added 2025-04-15
333 baget = throw "'baget' has been removed due to being unmaintained";
0334 bashInteractive_5 = throw "'bashInteractive_5' has been renamed to/replaced by 'bashInteractive'"; # Converted to throw 2024-10-17
335 bash_5 = throw "'bash_5' has been renamed to/replaced by 'bash'"; # Converted to throw 2024-10-17
336 bareboxTools = throw "bareboxTools has been removed due to lack of interest in maintaining it in nixpkgs"; # Added 2025-04-19
···331 badtouch = authoscope; # Project was renamed, added 20210626
332 badwolf = throw "'badwolf' has been removed due to being unmaintained"; # Added 2025-04-15
333 baget = throw "'baget' has been removed due to being unmaintained";
334+ base16-builder = throw "'base16-builder' has been removed due to being unmaintained"; # Added 2025-06-03
335 bashInteractive_5 = throw "'bashInteractive_5' has been renamed to/replaced by 'bashInteractive'"; # Converted to throw 2024-10-17
336 bash_5 = throw "'bash_5' has been renamed to/replaced by 'bash'"; # Converted to throw 2024-10-17
337 bareboxTools = throw "bareboxTools has been removed due to lack of interest in maintaining it in nixpkgs"; # Added 2025-04-19