From a427cc83112aabc7a2e6c5c96d937a9e5ef6aecb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 10 Mar 2017 00:52:00 +0100 Subject: bar.hs needs path for nix-shell --- bragi.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index 2b05c0be..4768ab60 100644 --- a/bragi.nix +++ b/bragi.nix @@ -308,6 +308,7 @@ in rec { systemd.services."bar" = { environment = { PORT = "8082"; + PATH = "/run/current-system/sw/bin"; }; requires = [ "postgresql.service" ]; wantedBy = [ "default.target" ]; -- cgit v1.2.3