Updated path for derek-site start service

This commit is contained in:
Jurn Wubben 2025-09-30 19:24:49 +02:00
parent 876c9ee88d
commit a94b2c9387

View file

@ -20,9 +20,10 @@
path = builtins.concatStringsSep ":" (map (x: "${x}/bin/") [pkgs.coreutils pkgs.deno pkgs.git]);
run = pkgs.writeShellScriptBin "geen-dolfijn" ''
cd "${programDir}"
export PATH="${path}"
export $(grep -v '^#' "${config.age.secrets.${userGroup}.path}" | xargs)
cd "${programDir}"
deno run preview
'';
in {