summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2014-11-18 03:31:56 +0000
committerCharles Strahan <charles.c.strahan@gmail.com>2014-11-18 03:31:56 +0000
commit973794b24a10d3df904e5fd4ca51c1d36c3d3c9f (patch)
treec02a56296f88f3d5a836cfef9566ee85293fc0c4 /nixos
parent44cdf4eac71ce4bf2125939380d9ea6865bd64a3 (diff)
downloadnixlib-973794b24a10d3df904e5fd4ca51c1d36c3d3c9f.tar
nixlib-973794b24a10d3df904e5fd4ca51c1d36c3d3c9f.tar.gz
nixlib-973794b24a10d3df904e5fd4ca51c1d36c3d3c9f.tar.bz2
nixlib-973794b24a10d3df904e5fd4ca51c1d36c3d3c9f.tar.lz
nixlib-973794b24a10d3df904e5fd4ca51c1d36c3d3c9f.tar.xz
nixlib-973794b24a10d3df904e5fd4ca51c1d36c3d3c9f.tar.zst
nixlib-973794b24a10d3df904e5fd4ca51c1d36c3d3c9f.zip
bundixify riemann-dash
Diffstat (limited to 'nixos')
-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 32bda0334672..523f74cb72b9 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 ${rubyPackages.riemann_dash}/bin/riemann-dash ${conf}
+    exec ${pkgs.riemann-dash}/bin/riemann-dash ${conf}
   '';
 
 in {