--enable-flakes
doesn't seem to work #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running:
the installer still prompts me explicitly whether to enable flakes or not. When running:
no prompt is displayed, but flakes are not enabled.
It actually appears to do the inverse of
--enable-flakes
when also set with--no-confirm
, enabling flakes when unset and disabling flakes when set. Just ran into this when setting up a CI.