diff --git a/modules/openclaw.nix b/modules/openclaw.nix index 18449b8..c469086 100644 --- a/modules/openclaw.nix +++ b/modules/openclaw.nix @@ -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;