antislava / nix-pandoc

Nix overlays for pandoc (primarily binary releases)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nix overlay with Pandoc release binaries

Makefile

Most commands needed to update and/or generate GitHub release data are coded in the supplied Makefile:

make help

Making nix shell with the main dependencies

make shell-dev

Testing the nix-overlay

make shell-test
# or
nix-shell --pure ./test-shell.nix

pandoc --vesion
pandoc --<TAB> # Autocompletion should work

About

Nix overlays for pandoc (primarily binary releases)


Languages

Language:Nix 67.5%Language:Makefile 32.5%