forked from jeff-hykin/better-cpp-syntax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgemset.nix
33 lines (33 loc) · 782 Bytes
/
gemset.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
deep_clone = {
groups = ["default"];
platforms = [];
source = {
remotes = ["http://rubygems.org"];
sha256 = "003iqvmxxcm7p6qr2aafi1p5djm6ycvwzrjk6shc9wvybkvbckmz";
type = "gem";
};
version = "0.0.1";
};
ruby_grammar_builder = {
dependencies = ["deep_clone"];
groups = ["default"];
platforms = [];
source = {
remotes = ["http://rubygems.org"];
sha256 = "1c6s6qnd5g46agbb7mk1nf2w4zzh29lm9wl2cy0c9ynp0y27kyjq";
type = "gem";
};
version = "1.1.10";
};
walk_up = {
groups = ["default"];
platforms = [];
source = {
remotes = ["http://rubygems.org"];
sha256 = "1g5xh4nk2dd5zrq2lfs4g5r7krfp4s4ppwy02ckqd5i2wbw16lf1";
type = "gem";
};
version = "1.0.1";
};
}