fluentd: simplify

This commit is contained in:
zimbatm 2016-10-03 10:09:47 +01:00
parent 16cf3cf687
commit a4506d9b7a

View file

@ -1,12 +1,10 @@
{ stdenv, lib, bundlerEnv, ruby, curl }:
bundlerEnv {
name = "fluentd-0.14.0";
inherit ruby;
gemfile = ./Gemfile;
lockfile = ./Gemfile.lock;
gemset = ./gemset.nix;
pname = "fluentd";
gemdir = ./.;
meta = with lib; {
description = "A data collector";