Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 316 lines 6.7 kB view raw
1{ 2 anystyle = { 3 dependencies = [ 4 "anystyle-data" 5 "bibtex-ruby" 6 "namae" 7 "wapiti" 8 ]; 9 groups = [ 10 "development" 11 "test" 12 ]; 13 platforms = [ ]; 14 source = { 15 fetchSubmodules = false; 16 rev = "c6f5fb2fa6e8ce9456ad1e1e88d6bba5f3d7731d"; 17 sha256 = "1fshijsay20dqcvjwrdifv6z1w4xyc3j2rn3648cvq57gjrmxwl2"; 18 type = "git"; 19 url = "https://github.com/inukshuk/anystyle.git"; 20 }; 21 version = "1.6.0"; 22 }; 23 anystyle-cli = { 24 dependencies = [ 25 "anystyle" 26 "gli" 27 ]; 28 groups = [ "default" ]; 29 platforms = [ ]; 30 source = { 31 path = ./.; 32 type = "path"; 33 }; 34 version = "1.5.0"; 35 }; 36 anystyle-data = { 37 groups = [ "default" ]; 38 platforms = [ ]; 39 source = { 40 remotes = [ "https://rubygems.org" ]; 41 sha256 = "0l28mxgcfdbcrb4w0vn293spwxff9ahcmxfs5cws2yq0w5x656y4"; 42 type = "gem"; 43 }; 44 version = "1.3.0"; 45 }; 46 bibtex-ruby = { 47 dependencies = [ 48 "latex-decode" 49 "racc" 50 ]; 51 groups = [ "extra" ]; 52 platforms = [ ]; 53 source = { 54 remotes = [ "https://rubygems.org" ]; 55 sha256 = "1ggx2j1gi46f1a6p45l1abk3nryfg1pj0cdlyrnilnqqpr1cfc96"; 56 type = "gem"; 57 }; 58 version = "6.1.0"; 59 }; 60 builder = { 61 groups = [ "default" ]; 62 platforms = [ ]; 63 source = { 64 remotes = [ "https://rubygems.org" ]; 65 sha256 = "0pw3r2lyagsxkm71bf44v5b74f7l9r7di22brbyji9fwz791hya9"; 66 type = "gem"; 67 }; 68 version = "3.3.0"; 69 }; 70 date = { 71 groups = [ 72 "debug" 73 "default" 74 "extra" 75 ]; 76 platforms = [ ]; 77 source = { 78 remotes = [ "https://rubygems.org" ]; 79 sha256 = "0kz6mc4b9m49iaans6cbx031j9y7ldghpi5fzsdh0n3ixwa8w9mz"; 80 type = "gem"; 81 }; 82 version = "3.4.1"; 83 }; 84 debug = { 85 dependencies = [ 86 "irb" 87 "reline" 88 ]; 89 groups = [ "debug" ]; 90 platforms = [ ]; 91 source = { 92 remotes = [ "https://rubygems.org" ]; 93 sha256 = "1977s95s9ns6mpbhg68pg6ggnpxxf8wly4244ihrx5vm92kqrqhi"; 94 type = "gem"; 95 }; 96 version = "1.10.0"; 97 }; 98 erb = { 99 groups = [ 100 "debug" 101 "default" 102 ]; 103 platforms = [ ]; 104 source = { 105 remotes = [ "https://rubygems.org" ]; 106 sha256 = "08rc8pzri3g7c85c76x84j05hkk12jvalrm2m3n97k1n7f03j13n"; 107 type = "gem"; 108 }; 109 version = "5.0.1"; 110 }; 111 gli = { 112 dependencies = [ "ostruct" ]; 113 groups = [ "default" ]; 114 platforms = [ ]; 115 source = { 116 remotes = [ "https://rubygems.org" ]; 117 sha256 = "1c2x5wh3d3mz8vg5bs7c5is0zvc56j6a2b4biv5z1w5hi1n8s3jq"; 118 type = "gem"; 119 }; 120 version = "2.22.2"; 121 }; 122 io-console = { 123 groups = [ 124 "debug" 125 "default" 126 ]; 127 platforms = [ ]; 128 source = { 129 remotes = [ "https://rubygems.org" ]; 130 sha256 = "18pgvl7lfjpichdfh1g50rpz0zpaqrpr52ybn9liv1v9pjn9ysnd"; 131 type = "gem"; 132 }; 133 version = "0.8.0"; 134 }; 135 irb = { 136 dependencies = [ 137 "pp" 138 "rdoc" 139 "reline" 140 ]; 141 groups = [ 142 "debug" 143 "default" 144 ]; 145 platforms = [ ]; 146 source = { 147 remotes = [ "https://rubygems.org" ]; 148 sha256 = "1fpxa2m83rb7xlzs57daqwnzqjmz6j35xr7zb15s73975sak4br2"; 149 type = "gem"; 150 }; 151 version = "1.15.2"; 152 }; 153 latex-decode = { 154 groups = [ 155 "default" 156 "extra" 157 ]; 158 platforms = [ ]; 159 source = { 160 remotes = [ "https://rubygems.org" ]; 161 sha256 = "1y5xn3zwghpqr6lvs4s0mn5knms8zw3zk7jb58zkkiagb386nq72"; 162 type = "gem"; 163 }; 164 version = "0.4.0"; 165 }; 166 namae = { 167 dependencies = [ "racc" ]; 168 groups = [ 169 "default" 170 "extra" 171 ]; 172 platforms = [ ]; 173 source = { 174 remotes = [ "https://rubygems.org" ]; 175 sha256 = "17fmp6p74ai2w984xayv3kz2nh44w81hqqvn4cfrim3g115wwh9m"; 176 type = "gem"; 177 }; 178 version = "1.2.0"; 179 }; 180 ostruct = { 181 groups = [ "default" ]; 182 platforms = [ ]; 183 source = { 184 remotes = [ "https://rubygems.org" ]; 185 sha256 = "05xqijcf80sza5pnlp1c8whdaay8x5dc13214ngh790zrizgp8q9"; 186 type = "gem"; 187 }; 188 version = "0.6.1"; 189 }; 190 pp = { 191 dependencies = [ "prettyprint" ]; 192 groups = [ 193 "debug" 194 "default" 195 ]; 196 platforms = [ ]; 197 source = { 198 remotes = [ "https://rubygems.org" ]; 199 sha256 = "1zxnfxjni0r9l2x42fyq0sqpnaf5nakjbap8irgik4kg1h9c6zll"; 200 type = "gem"; 201 }; 202 version = "0.6.2"; 203 }; 204 prettyprint = { 205 groups = [ 206 "debug" 207 "default" 208 ]; 209 platforms = [ ]; 210 source = { 211 remotes = [ "https://rubygems.org" ]; 212 sha256 = "14zicq3plqi217w6xahv7b8f7aj5kpxv1j1w98344ix9h5ay3j9b"; 213 type = "gem"; 214 }; 215 version = "0.2.0"; 216 }; 217 psych = { 218 dependencies = [ 219 "date" 220 "stringio" 221 ]; 222 groups = [ 223 "debug" 224 "default" 225 ]; 226 platforms = [ ]; 227 source = { 228 remotes = [ "https://rubygems.org" ]; 229 sha256 = "0vii1xc7x81hicdbp7dlllhmbw5w3jy20shj696n0vfbbnm2hhw1"; 230 type = "gem"; 231 }; 232 version = "5.2.6"; 233 }; 234 racc = { 235 groups = [ 236 "default" 237 "extra" 238 ]; 239 platforms = [ ]; 240 source = { 241 remotes = [ "https://rubygems.org" ]; 242 sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa"; 243 type = "gem"; 244 }; 245 version = "1.8.1"; 246 }; 247 rdoc = { 248 dependencies = [ 249 "erb" 250 "psych" 251 ]; 252 groups = [ 253 "debug" 254 "default" 255 ]; 256 platforms = [ ]; 257 source = { 258 remotes = [ "https://rubygems.org" ]; 259 sha256 = "1nyp5vc9nm46nc3aq58f2lackgbip4ynxmznzi1qg6qjsxcdwiic"; 260 type = "gem"; 261 }; 262 version = "6.14.0"; 263 }; 264 reline = { 265 dependencies = [ "io-console" ]; 266 groups = [ 267 "debug" 268 "default" 269 ]; 270 platforms = [ ]; 271 source = { 272 remotes = [ "https://rubygems.org" ]; 273 sha256 = "1yvm0svcdk6377ng6l00g39ldkjijbqg4whdg2zcsa8hrgbwkz0s"; 274 type = "gem"; 275 }; 276 version = "0.6.1"; 277 }; 278 rexml = { 279 groups = [ "default" ]; 280 platforms = [ ]; 281 source = { 282 remotes = [ "https://rubygems.org" ]; 283 sha256 = "1jmbf6lf7pcyacpb939xjjpn1f84c3nw83dy3p1lwjx0l2ljfif7"; 284 type = "gem"; 285 }; 286 version = "3.4.1"; 287 }; 288 stringio = { 289 groups = [ 290 "debug" 291 "default" 292 "extra" 293 ]; 294 platforms = [ ]; 295 source = { 296 remotes = [ "https://rubygems.org" ]; 297 sha256 = "1yh78pg6lm28c3k0pfd2ipskii1fsraq46m6zjs5yc9a4k5vfy2v"; 298 type = "gem"; 299 }; 300 version = "3.1.7"; 301 }; 302 wapiti = { 303 dependencies = [ 304 "builder" 305 "rexml" 306 ]; 307 groups = [ "default" ]; 308 platforms = [ ]; 309 source = { 310 remotes = [ "https://rubygems.org" ]; 311 sha256 = "19bh7nb05pbkix43i7alfg8pzcqid31q5q0g06x2my7gcj79nhad"; 312 type = "gem"; 313 }; 314 version = "2.1.0"; 315 }; 316}