From b531a4ff525f6dbc94e6956da8c98cff6bb6fb36 Mon Sep 17 00:00:00 2001 From: Peter Selby Date: Wed, 22 Dec 2021 12:17:12 -0800 Subject: [PATCH] chute: Shouldn't need to specify pkg --- lib/informis/chute.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/informis/chute.nix b/lib/informis/chute.nix index bc4c7a1..c99a0dc 100644 --- a/lib/informis/chute.nix +++ b/lib/informis/chute.nix @@ -68,7 +68,7 @@ let execStart = let jabber-string = optionalString (stageOpts.jabber-jid != null && stageOpts.jabber-target != null) "--jabber-jid=${stageOpts.jabber-jid} --target-jid=${stageOpts.jabber-target}"; - in "${package}/bin/chute --currency=${currency} --stop-at-percent=${toString currencyOpts.stop-at-percent} ${jabber-string}"; + in "chute --currency=${currency} --stop-at-percent=${toString currencyOpts.stop-at-percent} ${jabber-string}"; privateNetwork = false; addressFamilies = [ "AF_INET" ]; memoryDenyWriteExecute = false; # Needed becuz Clojure