nixpkgs-review: fix sandboxing
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
Reference in New Issue
Block a user