Add bash to PATH for shell scripts
This commit is contained in:
parent
36880c0135
commit
ff397d7d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ in
|
|||
"OPENCLAW_CONFIG_DIR=${configDir}"
|
||||
"OPENCLAW_DATA_DIR=${dataDir}"
|
||||
"OPENCLAW_WORKSPACE_DIR=${workspaceDir}"
|
||||
"PATH=${pkgs.nodejs_22}/bin:${pkgs.git}/bin:${pkgs.coreutils}/bin"
|
||||
"PATH=${pkgs.nodejs_22}/bin:${pkgs.git}/bin:${pkgs.bash}/bin:${pkgs.coreutils}/bin"
|
||||
];
|
||||
|
||||
EnvironmentFile = lib.mkIf (cfg.environmentFile != null) cfg.environmentFile;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue