You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.3 KiB
Nix
54 lines
1.3 KiB
Nix
{
|
|
asciidoctor = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1b2ajs3sabl0s27r7lhwkacw0yn0zfk4jpmidg9l8lzp2qlgjgbz";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.10";
|
|
};
|
|
asciidoctor-diagram = {
|
|
dependencies = ["asciidoctor"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1dah5jcjykvfvw17dzyyv1nn2h41csvmmvfihy97iq1b8gfiynk9";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.2";
|
|
};
|
|
asciidoctor-revealjs = {
|
|
dependencies = ["asciidoctor" "concurrent-ruby" "thread_safe"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "084aq9frv4irzgd9ab3xad9i0ml9lb58w0wvg76gnwwr51plbpp4";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.1";
|
|
};
|
|
concurrent-ruby = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "094387x4yasb797mv07cs3g6f08y56virc2rjcpb1k79rzaj3nhl";
|
|
type = "gem";
|
|
};
|
|
version = "1.1.6";
|
|
};
|
|
thread_safe = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.6";
|
|
};
|
|
} |