···14021402 ''; # Added 2024-06-25
14031403 nextcloud27Packages = throw "Nextcloud27 is EOL!"; # Added 2024-06-25
14041404 nextcloud-news-updater = throw "nextcloud-news-updater has been removed because the project is unmaintained"; # Added 2025-03-28
14051405+ nixForLinking = throw "nixForLinking has been removed, use `nixVersions.nixComponents_<version>` instead"; # Added 2025-08-14
14051406 nagiosPluginsOfficial = monitoring-plugins;
14061407 neochat = makePlasma5Throw "neochat"; # added 2022-05-10
14071408 nerdfonts = throw ''
-10
pkgs/top-level/all-packages.nix
···15612156121561315613 nix = nixVersions.stable;
15614156141561515615- # Overlays for CppNix nightly, Lix, or Tvix want to change the default Nix
1561615616- # implementation in Nixpkgs by overriding `pkgs.nix`. However, some packages
1561715617- # link against the internal/unstable CppNix APIs directly, and these packages
1561815618- # will break if built with different versions or implementations of Nix.
1561915619- #
1562015620- # If you want to swap out the Nix implementation in your package set, you
1562115621- # don't want these packages to break. Therefore, some packages will refer to
1562215622- # `nixForLinking` explicitly, at least until these dependencies can be sorted out.
1562315623- nixForLinking = nixVersions.stable;
1562415624-1562515615 nixStatic = pkgsStatic.nix;
15626156161562715617 lixPackageSets = recurseIntoAttrs (