Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 96 lines 2.4 kB view raw
1{ 2 chunky_png = { 3 groups = ["default"]; 4 platforms = []; 5 source = { 6 remotes = ["https://rubygems.org"]; 7 sha256 = "1znw5x86hmm9vfhidwdsijz8m38pqgmv98l9ryilvky0aldv7mc9"; 8 type = "gem"; 9 }; 10 version = "1.4.0"; 11 }; 12 compass = { 13 dependencies = ["chunky_png" "compass-core" "compass-import-once" "rb-fsevent" "rb-inotify" "sass"]; 14 groups = ["default"]; 15 platforms = []; 16 source = { 17 remotes = ["https://rubygems.org"]; 18 sha256 = "0lfi83w8z75czr0pf0rmj9hda22082h3cmvczl8r1ma9agf88y2c"; 19 type = "gem"; 20 }; 21 version = "1.0.3"; 22 }; 23 compass-core = { 24 dependencies = ["multi_json" "sass"]; 25 groups = ["default"]; 26 platforms = []; 27 source = { 28 remotes = ["https://rubygems.org"]; 29 sha256 = "0yaspqwdmzwdcqviclbs3blq7an16pysrfzylz8q1gxmmd6bpj3a"; 30 type = "gem"; 31 }; 32 version = "1.0.3"; 33 }; 34 compass-import-once = { 35 dependencies = ["sass"]; 36 groups = ["default"]; 37 platforms = []; 38 source = { 39 remotes = ["https://rubygems.org"]; 40 sha256 = "0bn7gwbfz7jvvdd0qdfqlx67fcb83gyvxqc7dr9fhcnks3z8z5rq"; 41 type = "gem"; 42 }; 43 version = "1.0.5"; 44 }; 45 ffi = { 46 groups = ["default"]; 47 platforms = []; 48 source = { 49 remotes = ["https://rubygems.org"]; 50 sha256 = "0ssxcywmb3flxsjdg13is6k01807zgzasdhj4j48dm7ac59cmksn"; 51 type = "gem"; 52 }; 53 version = "1.15.4"; 54 }; 55 multi_json = { 56 groups = ["default"]; 57 platforms = []; 58 source = { 59 remotes = ["https://rubygems.org"]; 60 sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z"; 61 type = "gem"; 62 }; 63 version = "1.15.0"; 64 }; 65 rb-fsevent = { 66 groups = ["default"]; 67 platforms = []; 68 source = { 69 remotes = ["https://rubygems.org"]; 70 sha256 = "1qsx9c4jr11vr3a9s5j83avczx9qn9rjaf32gxpc2v451hvbc0is"; 71 type = "gem"; 72 }; 73 version = "0.11.0"; 74 }; 75 rb-inotify = { 76 dependencies = ["ffi"]; 77 groups = ["default"]; 78 platforms = []; 79 source = { 80 remotes = ["https://rubygems.org"]; 81 sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005"; 82 type = "gem"; 83 }; 84 version = "0.10.1"; 85 }; 86 sass = { 87 groups = ["default"]; 88 platforms = []; 89 source = { 90 remotes = ["https://rubygems.org"]; 91 sha256 = "0kfpcwh8dgw4lc81qglkvjl73689jy3g7196zkxm4fpskg1p5lkw"; 92 type = "gem"; 93 }; 94 version = "3.4.25"; 95 }; 96}