forked from mirrors/nixpkgs
11 lines
198 B
Nix
11 lines
198 B
Nix
{
|
|
test = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1j5r0anj8m4qlf2psnldip4b8ha2bsscv11lpdgnfh4nnchzjnxw";
|
|
type = "gem";
|
|
};
|
|
version = "0.1.2";
|
|
};
|
|
}
|