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