Skip to content

Commit

Permalink
papertrail: testVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
brprice committed Sep 20, 2024
1 parent ebb35da commit 54a555a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/tools/text/papertrail/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, bundlerEnv, ruby, bundlerUpdateScript }:
{ lib, stdenv, bundlerEnv, ruby, bundlerUpdateScript, testers, papertrail }:

let
papertrail-env = bundlerEnv {
Expand All @@ -21,6 +21,8 @@ in stdenv.mkDerivation {

passthru.updateScript = bundlerUpdateScript "papertrail";

passthru.tests.version = testers.testVersion { package = papertrail; };

meta = with lib; {
description = "Command-line client for Papertrail log management service";
mainProgram = "papertrail";
Expand Down

0 comments on commit 54a555a

Please sign in to comment.