Updated path for derek-site start service
This commit is contained in:
parent
876c9ee88d
commit
a94b2c9387
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue