mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 08:33:54 +00:00
24 lines
535 B
Nix
24 lines
535 B
Nix
|
{
|
||
|
plist = {
|
||
|
groups = ["default"];
|
||
|
platforms = [];
|
||
|
source = {
|
||
|
remotes = ["https://rubygems.org"];
|
||
|
sha256 = "0b643i5b7b7galvlb2fc414ifmb78b5lsq47gnvhzl8m27dl559z";
|
||
|
type = "gem";
|
||
|
};
|
||
|
version = "3.7.1";
|
||
|
};
|
||
|
sublime_syntax_convertor = {
|
||
|
dependencies = ["plist"];
|
||
|
groups = ["default"];
|
||
|
platforms = [];
|
||
|
source = {
|
||
|
remotes = ["https://rubygems.org"];
|
||
|
sha256 = "0gg65xls9rl9df37njja5f7y6mm1cbnf9yafyy3j7cnkcszif43a";
|
||
|
type = "gem";
|
||
|
};
|
||
|
version = "0.1.0";
|
||
|
};
|
||
|
}
|