doc: fix documentation about fetchurl nativeBuildInputs (#455915)
This commit is contained in:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user