-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgemset.nix
55 lines (55 loc) · 1.33 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
backports = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1ax5sqw30vdkvc7crjj2ikw9q0ayn86q2gb6yfzrkh865174vc2p";
type = "gem";
};
version = "3.11.3";
};
daru = {
dependencies = ["backports" "packable"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1k72yzlzkmjg611xc9gsqx9i35g9hiyl5pxi4kczn87mb8ss0ql8";
type = "gem";
};
version = "0.2.1";
};
#lagoon = {
#dependencies = ["daru" "json" "recursive-open-struct" "sequel"];
#};
json = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp";
type = "gem";
};
version = "2.1.0";
};
packable = {
dependencies = ["backports"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1axhzc3867pyjwzrw8iks9dj0as3qszzh8l5xxvs8jfq68faxs50";
type = "gem";
};
version = "1.3.9";
};
recursive-open-struct = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0wfcyigmf5mwrxy76p0bi4sdb4h9afs8jc73pjav5cnqszljjl3c";
type = "gem";
};
version = "1.1.0";
};
sequel = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "010p4a60npppvgbyw7pq5xia8aydpgxdlhh3qjm2615kwjsw3fl8";
type = "gem";
};
version = "4.49.0";
};
}