chore(nix): setup system-wide fonts dir inside docker image
This commit is contained in:
parent
a55518b822
commit
16933d53ce
@ -59,7 +59,10 @@ let
|
|||||||
|
|
||||||
mkdir -p /var/log
|
mkdir -p /var/log
|
||||||
install -d -g uniworx -o uniworx -m 0755 /var/log/uniworx
|
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 =
|
config =
|
||||||
let
|
let
|
||||||
|
|||||||
Reference in New Issue
Block a user