nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{
2 parallel = {
3 groups = ["default"];
4 platforms = [];
5 source = {
6 remotes = ["https://rubygems.org"];
7 sha256 = "0055br0mibnqz0j8wvy20zry548dhkakws681bhj3ycb972awkzd";
8 type = "gem";
9 };
10 version = "1.20.1";
11 };
12 pg = {
13 groups = ["default"];
14 platforms = [];
15 source = {
16 remotes = ["https://rubygems.org"];
17 sha256 = "13mfrysrdrh8cka1d96zm0lnfs59i5x2g6ps49r2kz5p3q81xrzj";
18 type = "gem";
19 };
20 version = "1.2.3";
21 };
22 pgsync = {
23 dependencies = ["parallel" "pg" "slop" "tty-spinner"];
24 groups = ["default"];
25 platforms = [];
26 source = {
27 remotes = ["https://rubygems.org"];
28 sha256 = "0kn7cf048zwbap0mifdpzz8if1ah803vgzbx09dfgjwgvfx5w5w6";
29 type = "gem";
30 };
31 version = "0.6.7";
32 };
33 slop = {
34 groups = ["default"];
35 platforms = [];
36 source = {
37 remotes = ["https://rubygems.org"];
38 sha256 = "09n6sj4p3b43qq6jmghr9zhgny6719bpca8j6rxnlbq9bsnrd8rj";
39 type = "gem";
40 };
41 version = "4.9.0";
42 };
43 tty-cursor = {
44 groups = ["default"];
45 platforms = [];
46 source = {
47 remotes = ["https://rubygems.org"];
48 sha256 = "0j5zw041jgkmn605ya1zc151bxgxl6v192v2i26qhxx7ws2l2lvr";
49 type = "gem";
50 };
51 version = "0.7.1";
52 };
53 tty-spinner = {
54 dependencies = ["tty-cursor"];
55 groups = ["default"];
56 platforms = [];
57 source = {
58 remotes = ["https://rubygems.org"];
59 sha256 = "0hh5awmijnzw9flmh5ak610x1d00xiqagxa5mbr63ysggc26y0qf";
60 type = "gem";
61 };
62 version = "0.9.3";
63 };
64}