summaryrefslogtreecommitdiffstats
path: root/lass/2configs/reaktor-coders.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-04-10 22:11:17 +0200
committertv <tv@krebsco.de>2018-04-10 22:11:17 +0200
commit8d48d325afee416b67721cf64bf1b443fb84fd92 (patch)
tree9f31ee06d7aa929d8a9e3209dc7225b4e4f18d8f /lass/2configs/reaktor-coders.nix
parent68ceb8df1318a87f0b121eda5a2a29eab360d578 (diff)
parent5b8c4d24e274bbf26e85420fc11b5bf7e24ac22d (diff)
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'lass/2configs/reaktor-coders.nix')
-rw-r--r--lass/2configs/reaktor-coders.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/reaktor-coders.nix b/lass/2configs/reaktor-coders.nix
index 2541df3a6..5fa1611ae 100644
--- a/lass/2configs/reaktor-coders.nix
+++ b/lass/2configs/reaktor-coders.nix
@@ -84,7 +84,7 @@ with import <stockholm/lib>;
(buildSimpleReaktorPlugin "ping" {
pattern = "^!ping (?P<args>.*)$$";
script = pkgs.writeDash "ping" ''
- exec /var/setuid-wrappers/ping -q -c1 "$1" 2>&1 | tail -1
+ exec /run/wrappers/bin/ping -q -c1 "$1" 2>&1 | tail -1
'';
})
];