Skip to content

Commit ca4a7eb

Browse files
committed
writeReferencesToFile: remove entirely
It's been long enough.
1 parent e3a39e5 commit ca4a7eb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pkgs/build-support/trivial-builders/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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 =

pkgs/by-name/fl/flattenReferencesGraph/src/flatten_references_graph/popularity_contest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
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

0 commit comments

Comments
 (0)