Commit 928654b
fix(tasks): use optionalString instead of mkIf for env.DEVENV_TASKS
mkIf on a freeform submodule attribute registers the key but leaves no
value when the condition is false, causing "was accessed but has no
value defined" during derivation evaluation. optionalString returns ""
instead, which is always a valid value.
Fixes #2532
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent dc7dd58 commit 928654b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments