Skip to content

Commit

Permalink
docs: $TMP -> $TMPDIR in Darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Jul 13, 2024
1 parent 7bbfd75 commit 6bb3ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ let
$epubPath
echo "application/epub+zip" > mimetype
zip -0Xq -b "$TMP" "$out" mimetype
cd scratch && zip -Xr9D -b "$TMP" "$out" *
zip -0Xq -b "$TMPDIR" "$out" mimetype
cd scratch && zip -Xr9D -b "$TMPDIR" "$out" *
'';

# NB: This file describes the Nixpkgs manual, which happens to use module
Expand Down

0 comments on commit 6bb3ac9

Please sign in to comment.