nixpkgs-review: fix sandboxing

This commit is contained in:
Colin 2024-06-01 15:26:23 +00:00
parent e0da3ece60
commit 8340cf059f

View File

@ -851,6 +851,9 @@ in
nixpkgs-review.sandbox.wrapperType = "inplace"; #< shell completions use full paths
nixpkgs-review.sandbox.net = "clearnet";
nixpkgs-review.sandbox.whitelistPwd = true;
nixpkgs-review.sandbox.extraHomePaths = [
".config/git" #< it needs to know commiter name/email, even if not posting
];
nixpkgs-review.sandbox.extraPaths = [
"/nix"
];