Search found 1 match
- Wed Nov 28, 2018 1:08 pm
- Forum: General Discussions
- Topic: Examples for Inkscape command line usage wanted
- Replies: 24
- Views: 14202
Re: Examples for Inkscape command line usage wanted
The git repository for our website contains a lot of Nix expressions that look like this: runCommand "mapToMaybe.png" { buildInputs = [ inkscape ]; FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ fonts.bitter ]; }; } '' inkscape --without-gui \ --file="${./courses/functortown/ma...