Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 70 lines 1.6 kB view raw
1{ 2 djinni = { 3 dependencies = [ "fagin" ]; 4 groups = [ "default" ]; 5 platforms = [ ]; 6 source = { 7 remotes = [ "https://rubygems.org" ]; 8 sha256 = "18zk80jk70xq1bnsvzcgxb13x9fqdb5g4m02b2f6mvqm4cyw26pl"; 9 type = "gem"; 10 }; 11 version = "2.2.4"; 12 }; 13 fagin = { 14 groups = [ "default" ]; 15 platforms = [ ]; 16 source = { 17 remotes = [ "https://rubygems.org" ]; 18 sha256 = "0psyydh4hf2s1kz0r50aiyjf5v2pqhkbmy0gicxzaj5n17q2ga24"; 19 type = "gem"; 20 }; 21 version = "1.2.1"; 22 }; 23 hilighter = { 24 groups = [ "default" ]; 25 platforms = [ ]; 26 source = { 27 remotes = [ "https://rubygems.org" ]; 28 sha256 = "03zm49g96dfpan5fhblcjxrzv7ldwan57sn0jcllkcmrqfd0zlyz"; 29 type = "gem"; 30 }; 31 version = "1.2.3"; 32 }; 33 json_config = { 34 groups = [ "default" ]; 35 platforms = [ ]; 36 source = { 37 remotes = [ "https://rubygems.org" ]; 38 sha256 = "0slb618n1ipn47j6dsxbfv2j9pl06dxn2i651llix09d529m7zwa"; 39 type = "gem"; 40 }; 41 version = "1.1.0"; 42 }; 43 ruby-zoom = { 44 dependencies = [ 45 "djinni" 46 "fagin" 47 "hilighter" 48 "json_config" 49 "scoobydoo" 50 ]; 51 groups = [ "default" ]; 52 platforms = [ ]; 53 source = { 54 remotes = [ "https://rubygems.org" ]; 55 sha256 = "0iqxc0rzypsxy4wbxnvgvk98dbcsrcczq3xi9xd4wz4ggwq564l3"; 56 type = "gem"; 57 }; 58 version = "5.3.0"; 59 }; 60 scoobydoo = { 61 groups = [ "default" ]; 62 platforms = [ ]; 63 source = { 64 remotes = [ "https://rubygems.org" ]; 65 sha256 = "162p75nc9x078kqcpdsrsd7kngs6jc5n4injz3kzpwf0jgbbm8n7"; 66 type = "gem"; 67 }; 68 version = "1.0.0"; 69 }; 70}