update deprecated argument

This commit is contained in:
ibizaman 2025-07-12 22:04:29 +02:00
parent bdae97a32d
commit feecc35abf

View file

@ -148,7 +148,7 @@ in stdenv.mkDerivation {
find . -name "*.md" -print0 | \ find . -name "*.md" -print0 | \
while IFS= read -r -d ''' f; do while IFS= read -r -d ''' f; do
substituteInPlace "''${f}" \ substituteInPlace "''${f}" \
--replace \ --replace-quiet \
'@REPO@' \ '@REPO@' \
"${ghRoot}" 2>/dev/null "${ghRoot}" 2>/dev/null
done done