Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 19 lines 432 B view raw
1{ 2 homesick = { 3 dependencies = [ "thor" ]; 4 source = { 5 remotes = [ "https://rubygems.org" ]; 6 sha256 = "0lxvnp4ncbx0irlblfxbd1f8h4hl11hgmyiy35q79w137r3prxml"; 7 type = "gem"; 8 }; 9 version = "1.1.6"; 10 }; 11 thor = { 12 source = { 13 remotes = [ "https://rubygems.org" ]; 14 sha256 = "0nmqpyj642sk4g16nkbq6pj856adpv91lp4krwhqkh2iw63aszdl"; 15 type = "gem"; 16 }; 17 version = "0.20.0"; 18 }; 19}