mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
jekyll-compose: init at 0.12.0 (#322694)
This commit is contained in:
commit
2bb2ff77eb
@ -1548,6 +1548,17 @@
|
||||
};
|
||||
version = "0.4.0";
|
||||
};
|
||||
jekyll-compose = {
|
||||
dependencies = ["jekyll"];
|
||||
groups = ["default"];
|
||||
platforms = [];
|
||||
source = {
|
||||
remotes = ["https://rubygems.org"];
|
||||
sha256 = "1ny8xps0mrmx2w0xxc9rwa15ch1wkxvdrzxiwnqramqwja566y04";
|
||||
type = "gem";
|
||||
};
|
||||
version = "0.12.0";
|
||||
};
|
||||
jekyll-default-layout = {
|
||||
dependencies = ["jekyll"];
|
||||
groups = ["default"];
|
||||
|
Loading…
Reference in New Issue
Block a user