From 99c0a10b9320c3c9dbe62b5d65056139c07a258e Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sat, 12 Jul 2025 22:04:29 +0200 Subject: [PATCH] update deprecated argument --- docs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/default.nix b/docs/default.nix index 2603276..c15cb0f 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -148,7 +148,7 @@ in stdenv.mkDerivation { find . -name "*.md" -print0 | \ while IFS= read -r -d ''' f; do substituteInPlace "''${f}" \ - --replace \ + --replace-quiet \ '@REPO@' \ "${ghRoot}" 2>/dev/null done