doc: fix documentation about fetchurl nativeBuildInputs

This commit is contained in:
Yueh-Shun Li
2025-10-26 23:47:31 +08:00
parent 7a4ad371b1
commit b5b26aec86
+2 -2
View File
@@ -505,8 +505,8 @@ fetchurl {
downloadToTemp = true;
postFetch = ''
${lib.getExe hello} >> $downloadedFile
mv $downloadedFile $out
hello >> "$downloadedFile"
mv "$downloadedFile" "$out"
'';
hash = "sha256-ceooQQYmDx5+0nfg40uU3NNI2yKrixP7HZ/xLZUNv+w=";