mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 04:51:31 +03:00
22 lines
493 B
Nix
22 lines
493 B
Nix
{
|
|
asciidoctor = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1b2ajs3sabl0s27r7lhwkacw0yn0zfk4jpmidg9l8lzp2qlgjgbz";
|
|
type = "gem";
|
|
};
|
|
version = "2.0.10";
|
|
};
|
|
rouge = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xl7k5paf66p57sphm4nfa4k86yf93lhdzzr0cv0l4divq12g2pr";
|
|
type = "gem";
|
|
};
|
|
version = "3.17.0";
|
|
};
|
|
} |