+1
-1
doc/release-notes/rl-2505.section.md
+1
-1
doc/release-notes/rl-2505.section.md
···-- `substituteAll` has been deprecated in favor of `replaceVars` and will be removed in the next release.+- `substituteAll` and `substituteAllFiles` have been deprecated in favor of `replaceVars` and will be removed in the next release.
+25
-20
pkgs/build-support/substitute-files/substitute-all-files.nix
+25
-20
pkgs/build-support/substitute-files/substitute-all-files.nix
···+"substituteAllFiles is deprecated and will be removed in 25.11. Use replaceVars for each file instead."-echo -ne "${lib.concatStringsSep "\\0" args.files}" | xargs -0 -n1 -I {} -- find {} -type f -print0 | while read -d "" line; do+echo -ne "${lib.concatStringsSep "\\0" args.files}" | xargs -0 -n1 -I {} -- find {} -type f -print0 | while read -d "" line; do