nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{
2 abbrev = {
3 groups = [ "default" ];
4 platforms = [ ];
5 source = {
6 remotes = [ "https://rubygems.org" ];
7 sha256 = "0hj2qyx7rzpc7awhvqlm597x7qdxwi4kkml4aqnp5jylmsm4w6xd";
8 type = "gem";
9 };
10 version = "0.1.2";
11 };
12 highline = {
13 groups = [ "default" ];
14 platforms = [ ];
15 source = {
16 remotes = [ "https://rubygems.org" ];
17 sha256 = "1f8cr014j7mdqpdb9q17fp5vb5b8n1pswqaif91s3ylg5x3pygfn";
18 type = "gem";
19 };
20 version = "2.1.0";
21 };
22 json_pure = {
23 groups = [ "default" ];
24 platforms = [ ];
25 source = {
26 remotes = [ "https://rubygems.org" ];
27 sha256 = "1kks889ymaq5xqvj18qamar3il8m3dnnaf6cij0a0kwxp8lpk1va";
28 type = "gem";
29 };
30 version = "2.8.1";
31 };
32 thor = {
33 groups = [ "default" ];
34 platforms = [ ];
35 source = {
36 remotes = [ "https://rubygems.org" ];
37 sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
38 type = "gem";
39 };
40 version = "1.3.2";
41 };
42 vimgolf = {
43 dependencies = [
44 "highline"
45 "json_pure"
46 "thor"
47 ];
48 groups = [ "default" ];
49 platforms = [ ];
50 source = {
51 remotes = [ "https://rubygems.org" ];
52 sha256 = "190dzqkvshd4i6jf30xnpm4sczraw6rdh4wvfh6qnmg0czmj0sny";
53 type = "gem";
54 };
55 version = "0.5.0";
56 };
57}