Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 matter_compiler = { 3 groups = ["default"]; 4 platforms = []; 5 source = { 6 remotes = ["https://rubygems.org"]; 7 sha256 = "16501zdiqxk34v2d0nlbwrcrjm6g57hrsmsw0crwssn29v5zbykf"; 8 type = "gem"; 9 }; 10 version = "0.5.1"; 11 }; 12}