[25.05] writeReferencesToFile: move throw to aliases (#427667)

This commit is contained in:
Philip Taron
2025-07-23 06:26:22 -07:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -780,9 +780,6 @@ rec {
''
);
# Remove after 25.05 branch-off
writeReferencesToFile = throw "writeReferencesToFile has been removed. Use writeClosure instead.";
# Docs in doc/build-helpers/trivial-build-helpers.chapter.md
# See https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-writeClosure
writeClosure =

View File

@@ -2039,6 +2039,7 @@ mapAliases {
wrapLisp_old = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
wmii_hg = wmii;
wrapGAppsHook = wrapGAppsHook3; # Added 2024-03-26
writeReferencesToFile = throw "writeReferencesToFile has been removed. Use writeClosure instead."; # Added 2024-11-22
write_stylus = styluslabs-write-bin; # Added 2024-10-09
wtf = lib.warnOnInstantiate "'wtf' has been renamed to 'wtfutil'." wtfutil; # Added 2025-03-01