Use pandoc from nix

This commit is contained in:
Vladan Popovic 2020-08-20 17:43:25 +02:00
parent a92c370640
commit 506d8a3c29
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ commands =
sphinx-autobuild -E -b html source/ build/html/ sphinx-autobuild -E -b html source/ build/html/
[testenv:cv] [testenv:cv]
whitelist_externals = /usr/bin/pandoc whitelist_externals = /home/vladan/.nix-profile/bin/pandoc
commands = pandoc -V geometry:margin=1.6in --from=rst -o build/cv.pdf source/cv.rst commands = pandoc -V geometry:margin=1.6in --from=rst -o build/cv.pdf source/cv.rst