+1
-1
doc/release-notes/rl-2505.section.md
+1
-1
doc/release-notes/rl-2505.section.md
+25
-20
pkgs/build-support/substitute-files/substitute-all-files.nix
+25
-20
pkgs/build-support/substitute-files/substitute-all-files.nix
···-echo -ne "${lib.concatStringsSep "\\0" args.files}" | xargs -0 -n1 -I {} -- find {} -type f -print0 | while read -d "" line; do
···+"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