From 506d8a3c29d0e738b34008c6055b929d11103cb2 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Thu, 20 Aug 2020 17:43:25 +0200 Subject: [PATCH] Use pandoc from nix --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5529464..682b644 100644 --- a/tox.ini +++ b/tox.ini @@ -13,5 +13,5 @@ commands = sphinx-autobuild -E -b html source/ build/html/ [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