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