diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-12 22:53:05 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-12 22:53:05 +0000 |
| commit | d399bd0bcfba3a3f500421a954257ada034283f8 (patch) | |
| tree | 662a0ae2e053cdd6c1c7cdcb9245cc86673e5ba2 /docs/reference/git-protocol.md | |
| parent | 51751d59f30a0c0f396afd1873ece9f4f77b44de (diff) | |
fix(nix): convert boolean env vars to "true"/"false" strings instead of "1"/"0"
The archiveAll and archiveReadOnly options were using toString which converts
booleans to "1"/"0", but the CLI expects "true"/"false" strings.
This caused startup errors like:
error: invalid value '1' for '--archive-all'
[possible values: true, false]
Changed both to use explicit if/then/else conversion to match CLI expectations.
Diffstat (limited to 'docs/reference/git-protocol.md')
0 files changed, 0 insertions, 0 deletions