Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 36 lines 798 B view raw
1{ 2 facter = { 3 dependencies = [ 4 "hocon" 5 "thor" 6 ]; 7 groups = [ "default" ]; 8 platforms = [ ]; 9 source = { 10 remotes = [ "https://rubygems.org" ]; 11 sha256 = "17d561xf4s5016fm9jkfkkafn6660g04fz1yp5xfvkb0j4xj32mp"; 12 type = "gem"; 13 }; 14 version = "4.10.0"; 15 }; 16 hocon = { 17 groups = [ "default" ]; 18 platforms = [ ]; 19 source = { 20 remotes = [ "https://rubygems.org" ]; 21 sha256 = "106dmzsl1bxkqw5xaif012nwwfr3k9wff32cqc77ibjngknj6477"; 22 type = "gem"; 23 }; 24 version = "1.4.0"; 25 }; 26 thor = { 27 groups = [ "default" ]; 28 platforms = [ ]; 29 source = { 30 remotes = [ "https://rubygems.org" ]; 31 sha256 = "0k7j2wn14h1pl4smibasw0bp66kg626drxb59z7rzflch99cd4rg"; 32 type = "gem"; 33 }; 34 version = "1.2.2"; 35 }; 36}