doc: fix documentation about fetchurl nativeBuildInputs (#455915)

This commit is contained in:
Aleksana
2025-11-19 09:33:55 +00:00
committed by GitHub
+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=";