Skip to content

Commit 28aebbb

Browse files
committed
docs(nixos): clarify CLAWDIS_* env var comment
1 parent 4f2aa8e commit 28aebbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/modules/nixos/clawdbot.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ in {
289289
"CLAWDBOT_CONFIG_PATH=${instCfg.configPath}"
290290
"CLAWDBOT_STATE_DIR=${instCfg.stateDir}"
291291
"CLAWDBOT_NIX_MODE=1"
292-
# Backward-compatible env names
292+
# Backward-compatible env names (gateway still uses CLAWDIS_* in some builds)
293293
"CLAWDIS_CONFIG_PATH=${instCfg.configPath}"
294294
"CLAWDIS_STATE_DIR=${instCfg.stateDir}"
295295
"CLAWDIS_NIX_MODE=1"

0 commit comments

Comments
 (0)