lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

writeReferencesToFile: remove entirely

It's been long enough.

+1 -5
-3
pkgs/build-support/trivial-builders/default.nix
··· 778 778 '' 779 779 ); 780 780 781 - # Remove after 25.05 branch-off 782 - writeReferencesToFile = throw "writeReferencesToFile has been removed. Use writeClosure instead."; 783 - 784 781 # Docs in doc/build-helpers/trivial-build-helpers.chapter.md 785 782 # See https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-writeClosure 786 783 writeClosure =
+1 -2
pkgs/by-name/fl/flattenReferencesGraph/src/flatten_references_graph/popularity_contest.py
··· 3 3 # and how deep in the tree they live. Equally-"popular" paths are then 4 4 # sorted by name. 5 5 # 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. 8 7 # 9 8 # Sorting the paths by graph improves the chances that the difference 10 9 # between two builds appear near the end of the list, instead of near