Skip to content
Snippets Groups Projects
Verified Commit f8747bc3 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: /nin/env does not exist on nixos #48

parent 0c922939
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import (
func convertToPDF(source string, outputName string, latexPath string) string {
arguments := "/bin/env pandoc "
arguments := "pandoc "
arguments += "--number-sections "
arguments += "--variable \"geometry:a4paper,margin=2cm\" "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment