Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{
2 asmrepl = {
3 dependencies = ["fisk"];
4 groups = ["default"];
5 platforms = [];
6 source = {
7 remotes = ["https://rubygems.org"];
8 sha256 = "10d0zvkhk3ja48vvx28hfsqfrzfl66vdpmk3gcgb5viy174c72v6";
9 type = "gem";
10 };
11 version = "1.0.3";
12 };
13 fisk = {
14 groups = ["default"];
15 platforms = [];
16 source = {
17 remotes = ["https://rubygems.org"];
18 sha256 = "1mq2a7hjs9xfg514ci0xw90c33rzq1y58ywpnmhp7w767ll6wldd";
19 type = "gem";
20 };
21 version = "2.3.0";
22 };
23}