mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
bbb36ea039
Adds package via bundlerEnv and service for Riemann health.
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;
|
|
}
|