summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/riemann-dash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/riemann-dash.nix')
-rw-r--r--nixos/modules/services/monitoring/riemann-dash.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/riemann-dash.nix b/nixos/modules/services/monitoring/riemann-dash.nix
index 148dc046805..523f74cb72b 100644
--- a/nixos/modules/services/monitoring/riemann-dash.nix
+++ b/nixos/modules/services/monitoring/riemann-dash.nix
@@ -15,7 +15,7 @@ let
 
   launcher = writeScriptBin "riemann-dash" ''
     #!/bin/sh
-    exec ${rubyLibs.riemann_dash}/bin/riemann-dash ${conf}
+    exec ${pkgs.riemann-dash}/bin/riemann-dash ${conf}
   '';
 
 in {