nixForLinking: drop alias

+3 -12
+2 -2
pkgs/by-name/nu/nurl/package.nix
··· 6 6 makeBinaryWrapper, 7 7 gitMinimal, 8 8 mercurial, 9 - nixForLinking, 9 + nix, 10 10 }: 11 11 12 12 rustPlatform.buildRustPackage rec { ··· 36 36 lib.makeBinPath [ 37 37 gitMinimal 38 38 mercurial 39 - nixForLinking 39 + nix 40 40 ] 41 41 } 42 42 installManPage artifacts/nurl.1
+1
pkgs/top-level/aliases.nix
··· 1402 1402 ''; # Added 2024-06-25 1403 1403 nextcloud27Packages = throw "Nextcloud27 is EOL!"; # Added 2024-06-25 1404 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 1405 1406 nagiosPluginsOfficial = monitoring-plugins; 1406 1407 neochat = makePlasma5Throw "neochat"; # added 2022-05-10 1407 1408 nerdfonts = throw ''
-10
pkgs/top-level/all-packages.nix
··· 15612 15612 15613 15613 nix = nixVersions.stable; 15614 15614 15615 - # 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 15615 nixStatic = pkgsStatic.nix; 15626 15616 15627 15617 lixPackageSets = recurseIntoAttrs (