mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
13 lines
245 B
Nix
13 lines
245 B
Nix
{
|
|
rufo = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "11nm1vzr3vd85yy4rd7ndrrx1ygm3m2jmw9r0b9lfxlj8rc1rip2";
|
|
type = "gem";
|
|
};
|
|
version = "0.16.2";
|
|
};
|
|
}
|