nixpkgs-hammering: ship
This commit is contained in:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user