···1402 ''; # Added 2024-06-25
1403 nextcloud27Packages = throw "Nextcloud27 is EOL!"; # Added 2024-06-25
1404 nextcloud-news-updater = throw "nextcloud-news-updater has been removed because the project is unmaintained"; # Added 2025-03-28
01405 nagiosPluginsOfficial = monitoring-plugins;
1406 neochat = makePlasma5Throw "neochat"; # added 2022-05-10
1407 nerdfonts = throw ''
···1402 ''; # Added 2024-06-25
1403 nextcloud27Packages = throw "Nextcloud27 is EOL!"; # Added 2024-06-25
1404 nextcloud-news-updater = throw "nextcloud-news-updater has been removed because the project is unmaintained"; # Added 2025-03-28
1405+ nixForLinking = throw "nixForLinking has been removed, use `nixVersions.nixComponents_<version>` instead"; # Added 2025-08-14
1406 nagiosPluginsOfficial = monitoring-plugins;
1407 neochat = makePlasma5Throw "neochat"; # added 2022-05-10
1408 nerdfonts = throw ''
-10
pkgs/top-level/all-packages.nix
···1561215613 nix = nixVersions.stable;
1561415615- # Overlays for CppNix nightly, Lix, or Tvix want to change the default Nix
15616- # implementation in Nixpkgs by overriding `pkgs.nix`. However, some packages
15617- # link against the internal/unstable CppNix APIs directly, and these packages
15618- # will break if built with different versions or implementations of Nix.
15619- #
15620- # If you want to swap out the Nix implementation in your package set, you
15621- # don't want these packages to break. Therefore, some packages will refer to
15622- # `nixForLinking` explicitly, at least until these dependencies can be sorted out.
15623- nixForLinking = nixVersions.stable;
15624-15625 nixStatic = pkgsStatic.nix;
1562615627 lixPackageSets = recurseIntoAttrs (