fluentd: Link NixOS test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, bundlerEnv, ruby, bundlerUpdateScript }:
|
||||
{ lib, bundlerEnv, ruby, bundlerUpdateScript, nixosTests }:
|
||||
|
||||
bundlerEnv {
|
||||
inherit ruby;
|
||||
@@ -7,6 +7,7 @@ bundlerEnv {
|
||||
gemdir = ./.;
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript "fluentd";
|
||||
passthru.tests.fluentd = nixosTests.fluentd;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A data collector";
|
||||
|
||||
Reference in New Issue
Block a user