Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 34 lines 802 B view raw
1{ 2 bindata = { 3 groups = ["default"]; 4 platforms = []; 5 source = { 6 remotes = ["https://rubygems.org"]; 7 sha256 = "0kz42nvxnk1j9cj0i8lcnhprcgdqsqska92g6l19ziadydfk2gqy"; 8 type = "gem"; 9 }; 10 version = "2.4.4"; 11 }; 12 elftools = { 13 dependencies = ["bindata"]; 14 groups = ["default"]; 15 platforms = []; 16 source = { 17 remotes = ["https://rubygems.org"]; 18 sha256 = "0kdf0ck4rzxpd006y09rfwppdrqb3sxww4gzfpv2053yq4mkimbn"; 19 type = "gem"; 20 }; 21 version = "1.1.0"; 22 }; 23 one_gadget = { 24 dependencies = ["elftools"]; 25 groups = ["default"]; 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 sha256 = "07s2nigjw1yik895gliz3a7ps0m9j5nccq82zwdd30sv740jmf5b"; 30 type = "gem"; 31 }; 32 version = "1.7.2"; 33 }; 34}