Unverified Commit b33dbb8b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

doc: fix documentation about fetchurl nativeBuildInputs (#455915)

parents 618e028a b5b26aec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";