Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/by-name/nu/nurl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
makeBinaryWrapper,
gitMinimal,
mercurial,
nixForLinking,
nix,
}:

rustPlatform.buildRustPackage rec {
Expand Down Expand Up @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
lib.makeBinPath [
gitMinimal
mercurial
nixForLinking
nix
]
}
installManPage artifacts/nurl.1
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,7 @@ mapAliases {
''; # Added 2024-06-25
nextcloud27Packages = throw "Nextcloud27 is EOL!"; # Added 2024-06-25
nextcloud-news-updater = throw "nextcloud-news-updater has been removed because the project is unmaintained"; # Added 2025-03-28
nixForLinking = throw "nixForLinking has been removed, use `nixVersions.nixComponents_<version>` instead"; # Added 2025-08-14
nagiosPluginsOfficial = monitoring-plugins;
neochat = makePlasma5Throw "neochat"; # added 2022-05-10
nerdfonts = throw ''
Expand Down
10 changes: 0 additions & 10 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15612,16 +15612,6 @@ with pkgs;

nix = nixVersions.stable;

# Overlays for CppNix nightly, Lix, or Tvix want to change the default Nix
# implementation in Nixpkgs by overriding `pkgs.nix`. However, some packages
# link against the internal/unstable CppNix APIs directly, and these packages
# will break if built with different versions or implementations of Nix.
#
# If you want to swap out the Nix implementation in your package set, you
# don't want these packages to break. Therefore, some packages will refer to
# `nixForLinking` explicitly, at least until these dependencies can be sorted out.
nixForLinking = nixVersions.stable;

nixStatic = pkgsStatic.nix;

lixPackageSets = recurseIntoAttrs (
Expand Down
Loading