summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2023-06-19 14:35:52 +0200
committertoonn <toonn@toonn.io>2023-06-19 14:53:59 +0200
commitc05019d716e2d5aa6f6d05150672c413688b38e3 (patch)
tree58e82a84d0ad25580fb025a5acd714bd61a362e5 /.github
parentf2eabf314bf77dfc44a225cdacbf8edb5a411fbc (diff)
downloadnixpkgs-c05019d716e2d5aa6f6d05150672c413688b38e3.tar
nixpkgs-c05019d716e2d5aa6f6d05150672c413688b38e3.tar.gz
nixpkgs-c05019d716e2d5aa6f6d05150672c413688b38e3.tar.bz2
nixpkgs-c05019d716e2d5aa6f6d05150672c413688b38e3.tar.lz
nixpkgs-c05019d716e2d5aa6f6d05150672c413688b38e3.tar.xz
nixpkgs-c05019d716e2d5aa6f6d05150672c413688b38e3.tar.zst
nixpkgs-c05019d716e2d5aa6f6d05150672c413688b38e3.zip
PULL_REQUEST_TEMPLATE.md: Update sandboxing check
Update the sandboxing check to include the `relaxed` setting for
sandboxing. Previously there was no obvious and correct way to convey
this intermediate setting between sandboxing being completely disabled
and being enforced strictly.
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index b2ec787313e..c4ed5c15d41 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -14,7 +14,9 @@ For new packages please briefly describe the package or provide a link to its ho
   - [ ] aarch64-linux
   - [ ] x86_64-darwin
   - [ ] aarch64-darwin
-- [ ] For non-Linux: Is `sandbox = true` set in `nix.conf`? (See [Nix manual](https://nixos.org/manual/nix/stable/command-ref/conf-file.html))
+- For non-Linux: Is sandboxing enabled in `nix.conf`? (See [Nix manual](https://nixos.org/manual/nix/stable/command-ref/conf-file.html))
+  - [ ] `sandbox = relaxed`
+  - [ ] `sandbox = true`
 - [ ] Tested, as applicable:
   - [NixOS test(s)](https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests) (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
   - and/or [package tests](https://nixos.org/manual/nixpkgs/unstable/#sec-package-tests)