Skip to content

Commit

Permalink
Update nix env and PDF build options.
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdigits committed Oct 27, 2023
1 parent ec6f083 commit 23c823e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/81ed90058a851eb73be835c770e062c6938c8a9e.tar.gz") {}
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/8efd5d1e283604f75a808a20e6cde0ef313d07d4.tar.gz") {}
}:

pkgs.mkShell {
Expand Down
2 changes: 1 addition & 1 deletion tools/build-pdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ do
then
echo $language
mkdir -p "$HUGO_PUBLIC/$language"
weasyprint -v --uncompressed-pdf --pdf-variant pdf/ua-1 http://127.0.0.1:1313/dtdocs/$language/index.html "$HUGO_PUBLIC/$language/darktable_user_manual.pdf"
weasyprint -v --pdf-variant pdf/ua-1 http://127.0.0.1:1313/dtdocs/$language/index.html "$HUGO_PUBLIC/$language/darktable_user_manual.pdf"
else
echo "$language directory not found"
fi
Expand Down

0 comments on commit 23c823e

Please sign in to comment.