From 8340cf059f631721a5565d85eea1de5ce8f2c664 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 1 Jun 2024 15:26:23 +0000 Subject: [PATCH] nixpkgs-review: fix sandboxing --- hosts/common/programs/assorted.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 967ec794..54ff74bc 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -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" ];