mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 05:29:20 +03:00
writeReferencesToFile: remove entirely
It's been long enough.
This commit is contained in:
parent
e3a39e5b47
commit
ca4a7eb0cd
2 changed files with 1 additions and 5 deletions
|
@ -778,9 +778,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
|
# Docs in doc/build-helpers/trivial-build-helpers.chapter.md
|
||||||
# See https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-writeClosure
|
# See https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-writeClosure
|
||||||
writeClosure =
|
writeClosure =
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
# and how deep in the tree they live. Equally-"popular" paths are then
|
# and how deep in the tree they live. Equally-"popular" paths are then
|
||||||
# sorted by name.
|
# sorted by name.
|
||||||
#
|
#
|
||||||
# The existing writeReferencesToFile prints the paths in a simple
|
# The existing writeClosure prints the paths in a simple ascii-based sorting of the paths.
|
||||||
# ascii-based sorting of the paths.
|
|
||||||
#
|
#
|
||||||
# Sorting the paths by graph improves the chances that the difference
|
# Sorting the paths by graph improves the chances that the difference
|
||||||
# between two builds appear near the end of the list, instead of near
|
# between two builds appear near the end of the list, instead of near
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue