fluentd: simplify
This commit is contained in:
parent
16cf3cf687
commit
a4506d9b7a
@ -1,12 +1,10 @@
|
|||||||
{ stdenv, lib, bundlerEnv, ruby, curl }:
|
{ stdenv, lib, bundlerEnv, ruby, curl }:
|
||||||
|
|
||||||
bundlerEnv {
|
bundlerEnv {
|
||||||
name = "fluentd-0.14.0";
|
|
||||||
|
|
||||||
inherit ruby;
|
inherit ruby;
|
||||||
gemfile = ./Gemfile;
|
|
||||||
lockfile = ./Gemfile.lock;
|
pname = "fluentd";
|
||||||
gemset = ./gemset.nix;
|
gemdir = ./.;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A data collector";
|
description = "A data collector";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user