diff options
Diffstat (limited to '')
-rw-r--r-- | gemset.nix | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -103,17 +103,6 @@ }; 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"]; @@ -177,16 +166,6 @@ }; 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"]; |