summaryrefslogtreecommitdiff
path: root/gemset.nix
blob: a1bca285c3b75572e49562f5f5c38e25844c4a60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  mustache = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1l0p4wx15mi3wnamfv92ipkia4nsx8qi132c6g51jfdma3fiz2ch";
      type = "gem";
    };
    version = "1.1.1";
  };
}