summary refs log tree commit diff
path: root/pkgs/development/tools/rufo/gemset.nix
blob: c1d65faba63daff2b0e7acb12f656a12005fe1f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  rufo = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "11nm1vzr3vd85yy4rd7ndrrx1ygm3m2jmw9r0b9lfxlj8rc1rip2";
      type = "gem";
    };
    version = "0.16.2";
  };
}