nixpkgs-hammering: ship
This commit is contained in:
@@ -193,6 +193,7 @@ in
|
|||||||
"haredoc"
|
"haredoc"
|
||||||
"nix-index"
|
"nix-index"
|
||||||
"nixfmt-rfc-style" # run `nixpkgs path/to/package.nix` before submitting stuff upstream
|
"nixfmt-rfc-style" # run `nixpkgs path/to/package.nix` before submitting stuff upstream
|
||||||
|
"nixpkgs-hammering"
|
||||||
"nixpkgs-review"
|
"nixpkgs-review"
|
||||||
"qmk-udev-rules"
|
"qmk-udev-rules"
|
||||||
"sane-scripts.dev"
|
"sane-scripts.dev"
|
||||||
@@ -901,6 +902,11 @@ in
|
|||||||
|
|
||||||
nixfmt-rfc-style.sandbox.autodetectCliPaths = "existingDirOrParent"; #< it formats via rename
|
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.net = "clearnet";
|
||||||
nixpkgs-review.sandbox.whitelistPwd = true;
|
nixpkgs-review.sandbox.whitelistPwd = true;
|
||||||
nixpkgs-review.sandbox.extraHomePaths = [
|
nixpkgs-review.sandbox.extraHomePaths = [
|
||||||
|
Reference in New Issue
Block a user