lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 23.05-pre 19 lines 426 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}