services.statsd: add simple test

This commit is contained in:
Maximilian Bosch
2017-11-26 01:15:10 +01:00
committed by Rok Garbas
parent aaf1e1c4fb
commit af75b48b51
3 changed files with 41 additions and 4 deletions

View File

@@ -68,8 +68,4 @@ nodePackages // {
'';
buildInputs = oldAttrs.buildInputs ++ [ pkgs.phantomjs2 ];
});
# create an alias to ensure that Nix finds the appropriate package
# by adopting the naming convention (statsd-`type`-backend) for statsd plugins.
statsd-stackdriver-backend = nodePackages.stackdriver-statsd-backend;
}