Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{
2 ffi = {
3 groups = [ "default" ];
4 platforms = [ ];
5 source = {
6 remotes = [ "https://rubygems.org" ];
7 sha256 = "0fgwn1grxf4zxmyqmb9i4z2hr111585n9jnk17y6y7hhs7dv1xi6";
8 type = "gem";
9 };
10 version = "1.17.1";
11 };
12 rb-fsevent = {
13 groups = [ "default" ];
14 platforms = [ ];
15 source = {
16 remotes = [ "https://rubygems.org" ];
17 sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
18 type = "gem";
19 };
20 version = "0.11.2";
21 };
22 rb-inotify = {
23 dependencies = [ "ffi" ];
24 groups = [ "default" ];
25 platforms = [ ];
26 source = {
27 remotes = [ "https://rubygems.org" ];
28 sha256 = "0vmy8xgahixcz6hzwy4zdcyn2y6d6ri8dqv5xccgzc1r292019x0";
29 type = "gem";
30 };
31 version = "0.11.1";
32 };
33 sass = {
34 dependencies = [ "sass-listen" ];
35 groups = [ "default" ];
36 platforms = [ ];
37 source = {
38 remotes = [ "https://rubygems.org" ];
39 sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0";
40 type = "gem";
41 };
42 version = "3.7.4";
43 };
44 sass-listen = {
45 dependencies = [
46 "rb-fsevent"
47 "rb-inotify"
48 ];
49 groups = [ "default" ];
50 platforms = [ ];
51 source = {
52 remotes = [ "https://rubygems.org" ];
53 sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df";
54 type = "gem";
55 };
56 version = "4.0.0";
57 };
58}