nixpkgs/pkgs/tools/misc/riemann-tools/default.nix

9 lines
141 B
Nix
Raw Normal View History

{ bundlerEnv }:
bundlerEnv {
name = "riemann-tools-0.2.6";
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
}