From dca32e4317c5c73ab296390a717390e03322d397 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 22 Mar 2020 20:05:06 +0100 Subject: [PATCH] Set proper working directory --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 641cd61..09ae7d7 100644 --- a/default.nix +++ b/default.nix @@ -45,7 +45,7 @@ rec { config = { Cmd = [ "/bin/hoc" ]; - WorkingDir = "/"; + WorkingDir = "/home/hoc"; }; }; }