The suggested way to build the pdf locally is to use docker. For me this was too 'heavy' in order to simply build a pdf so I created a nix flake with the appropriate dependencies.
I wanted to make it work using the build.sh script but realised that there are some hardcoded paths:
And more.
Is it possible to make them relative or at least use the ${RESOURCE_PATH} variable? I'll gladly create a PR if you can confirm that the hardcoded paths are not required.
The suggested way to build the pdf locally is to use docker. For me this was too 'heavy' in order to simply build a pdf so I created a nix flake with the appropriate dependencies.
I wanted to make it work using the
build.shscript but realised that there are some hardcoded paths:And more.
Is it possible to make them relative or at least use the
${RESOURCE_PATH}variable? I'll gladly create a PR if you can confirm that the hardcoded paths are not required.