Skip to content

Commit

Permalink
Merge pull request #326808 from fricklerhandwerk/tmpdir
Browse files Browse the repository at this point in the history
docs: $TMP -> $TMPDIR in Darwin build
  • Loading branch information
toonn committed Jul 13, 2024
2 parents 4c68bf5 + 6bb3ac9 commit 19116cc
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 19116cc

Please sign in to comment.