diff options
Diffstat (limited to 'gemset.nix')
-rw-r--r-- | gemset.nix | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -103,6 +103,17 @@ }; version = "3.8.5"; }; + jekyll-pandoc = { + dependencies = ["jekyll" "pandoc-ruby"]; + groups = ["jekyll_plugins"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "0yvgwiwc4b0n7a1c12jp2wgxirj6k5sdi78qmxkh9lr3xnladxip"; + type = "gem"; + }; + version = "2.0.1"; + }; jekyll-sass-converter = { dependencies = ["sass"]; groups = ["default"]; @@ -166,6 +177,16 @@ }; version = "0.3.6"; }; + pandoc-ruby = { + groups = ["default" "jekyll_plugins"]; + platforms = []; + source = { + remotes = ["https://rubygems.org"]; + sha256 = "1spvmwkdd90f0pswcvq2zf2pmf89gaq0sicmbrcpz3m984d5yyax"; + type = "gem"; + }; + version = "2.0.2"; + }; pathutil = { dependencies = ["forwardable-extended"]; groups = ["default"]; |