mercurial: allow ssh access (for cloning over ssh://)

This commit is contained in:
2025-06-06 03:30:23 +00:00
parent 65f3c3d8bd
commit 1db734375a

View File

@@ -3,6 +3,7 @@
sane.programs.mercurial = {
sandbox.net = "clearnet";
sandbox.whitelistPwd = true;
sandbox.whitelistSsh = true;
sandbox.extraHomePaths = [
# even with `whitelistPwd`, hg has to crawl *up* the path -- which isn't necessarily in the sandbox -- to locate the repo root.
"dev"