We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2aa8e commit 28aebbbCopy full SHA for 28aebbb
nix/modules/nixos/clawdbot.nix
@@ -289,7 +289,7 @@ in {
289
"CLAWDBOT_CONFIG_PATH=${instCfg.configPath}"
290
"CLAWDBOT_STATE_DIR=${instCfg.stateDir}"
291
"CLAWDBOT_NIX_MODE=1"
292
- # Backward-compatible env names
+ # Backward-compatible env names (gateway still uses CLAWDIS_* in some builds)
293
"CLAWDIS_CONFIG_PATH=${instCfg.configPath}"
294
"CLAWDIS_STATE_DIR=${instCfg.stateDir}"
295
"CLAWDIS_NIX_MODE=1"
0 commit comments