prevent direnv from blocking #147
Loading…
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?
the
.envrc
now blocks untiluse flake
resolves, unless canceled.this may be not ideal: it may be nicer to have it load cached environments, without eagerly building new ones while blocking the shell.
such a lazier behavior may be found in e.g.
lorri
.@kiaragrouwstra Are you willing to give a try to implement this?
@raito sure, i added a PR over at #148