File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
build-support/trivial-builders
by-name/fl/flattenReferencesGraph/src/flatten_references_graph Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -778,9 +778,6 @@ rec {
778778 ''
779779 ) ;
780780
781- # Remove after 25.05 branch-off
782- writeReferencesToFile = throw "writeReferencesToFile has been removed. Use writeClosure instead." ;
783-
784781 # Docs in doc/build-helpers/trivial-build-helpers.chapter.md
785782 # See https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-writeClosure
786783 writeClosure =
Original file line number Diff line number Diff line change 33# and how deep in the tree they live. Equally-"popular" paths are then
44# sorted by name.
55#
6- # The existing writeReferencesToFile prints the paths in a simple
7- # ascii-based sorting of the paths.
6+ # The existing writeClosure prints the paths in a simple ascii-based sorting of the paths.
87#
98# Sorting the paths by graph improves the chances that the difference
109# between two builds appear near the end of the list, instead of near
You can’t perform that action at this time.
0 commit comments