···15151616- The `offrss` package was removed due to lack of upstream maintenance since 2012. It's recommended for users to migrate to another RSS reader
17171818+- `base16-builder` node package has been removed due to lack of upstream maintenance.
1919+1820## Other Notable Changes {#sec-nixpkgs-release-25.11-notable-changes}
19212022<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···11-# This file has been generated by node2nix 1.11.1. Do not edit!
22-33-{
44- pkgs ? import <nixpkgs> {
55- inherit system;
66- },
77- system ? builtins.currentSystem,
88- nodejs ? pkgs."nodejs_20",
99-}:
1010-1111-let
1212- nodeEnv = import ../../development/node-packages/node-env.nix {
1313- inherit (pkgs)
1414- stdenv
1515- lib
1616- runCommand
1717- writeTextFile
1818- writeShellScript
1919- ;
2020- inherit pkgs nodejs;
2121- libtool = if pkgs.stdenv.hostPlatform.isDarwin then pkgs.cctools or pkgs.darwin.cctools else null;
2222- };
2323-in
2424-import ./node-packages-generated.nix {
2525- inherit (pkgs)
2626- fetchurl
2727- nix-gitignore
2828- stdenv
2929- lib
3030- fetchgit
3131- ;
3232- inherit nodeEnv;
3333-}
+1
pkgs/top-level/aliases.nix
···331331 badtouch = authoscope; # Project was renamed, added 20210626
332332 badwolf = throw "'badwolf' has been removed due to being unmaintained"; # Added 2025-04-15
333333 baget = throw "'baget' has been removed due to being unmaintained";
334334+ base16-builder = throw "'base16-builder' has been removed due to being unmaintained"; # Added 2025-06-03
334335 bashInteractive_5 = throw "'bashInteractive_5' has been renamed to/replaced by 'bashInteractive'"; # Converted to throw 2024-10-17
335336 bash_5 = throw "'bash_5' has been renamed to/replaced by 'bash'"; # Converted to throw 2024-10-17
336337 bareboxTools = throw "bareboxTools has been removed due to lack of interest in maintaining it in nixpkgs"; # Added 2025-04-19