chore(nix): setup system-wide fonts dir inside docker image

This commit is contained in:
Sarah Vaupel 2023-10-25 04:12:46 +00:00
parent a55518b822
commit 16933d53ce

View File

@ -59,7 +59,10 @@ let
mkdir -p /var/log
install -d -g uniworx -o uniworx -m 0755 /var/log/uniworx
mkdir -p /usr/local/share/fonts
'';
# TODO copy font ttf files to /usr/local/share/fonts; they should then be accessible for LuaLaTeX
config =
let