parent
7baa750efc
commit
934c71f806
@ -1,8 +1,14 @@
|
|||||||
{ bundlerEnv }:
|
{ stdenv, bundlerEnv }:
|
||||||
|
|
||||||
bundlerEnv {
|
bundlerEnv {
|
||||||
name = "riemann-tools-0.2.13";
|
name = "riemann-tools-0.2.13";
|
||||||
gemfile = ./Gemfile;
|
gemfile = ./Gemfile;
|
||||||
lockfile = ./Gemfile.lock;
|
lockfile = ./Gemfile.lock;
|
||||||
gemset = ./gemset.nix;
|
gemset = ./gemset.nix;
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Tools to submit data to Riemann";
|
||||||
|
homepage = "https://riemann.io";
|
||||||
|
license = stdenv.lib.licenses.mit;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user