nixpkgs-hammering: ship

This commit is contained in:
2024-11-25 09:39:14 +00:00
parent 00e2f48bfe
commit da5d52abed

View File

@@ -193,6 +193,7 @@ in
"haredoc"
"nix-index"
"nixfmt-rfc-style" # run `nixpkgs path/to/package.nix` before submitting stuff upstream
"nixpkgs-hammering"
"nixpkgs-review"
"qmk-udev-rules"
"sane-scripts.dev"
@@ -901,6 +902,11 @@ in
nixfmt-rfc-style.sandbox.autodetectCliPaths = "existingDirOrParent"; #< it formats via rename
nixpkgs-hammering.sandbox.whitelistPwd = true;
nixpkgs-hammering.sandbox.extraPaths = [
"/nix/var" # to prevent complaints about it not finding build logs
];
nixpkgs-review.sandbox.net = "clearnet";
nixpkgs-review.sandbox.whitelistPwd = true;
nixpkgs-review.sandbox.extraHomePaths = [