9 lines
141 B
Nix
9 lines
141 B
Nix
|
{ bundlerEnv }:
|
||
|
|
||
|
bundlerEnv {
|
||
|
name = "riemann-tools-0.2.6";
|
||
|
gemfile = ./Gemfile;
|
||
|
lockfile = ./Gemfile.lock;
|
||
|
gemset = ./gemset.nix;
|
||
|
}
|