c0e8b3410c
fix the package name that a previous PR missed
8 lines
142 B
Nix
8 lines
142 B
Nix
{ bundlerEnv }:
|
|
|
|
bundlerEnv {
|
|
name = "riemann-tools-0.2.13";
|
|
gemfile = ./Gemfile;
|
|
lockfile = ./Gemfile.lock;
|
|
gemset = ./gemset.nix;
|
|
}
|