nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at netboot-syslinux-multiplatform 19 lines 427 B view raw
1{ 2 rouge = { 3 source = { 4 remotes = ["https://rubygems.org"]; 5 sha256 = "0sfikq1q8xyqqx690iiz7ybhzx87am4w50w8f2nq36l3asw4x89d"; 6 type = "gem"; 7 }; 8 version = "2.0.7"; 9 }; 10 xcpretty = { 11 dependencies = ["rouge"]; 12 source = { 13 remotes = ["https://rubygems.org"]; 14 sha256 = "1xq47q2h5llj7b54rws4796904vnnjz7qqnacdv7wlp3gdbwrivm"; 15 type = "gem"; 16 }; 17 version = "0.3.0"; 18 }; 19}