summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-10-20 12:25:59 +0300
committerGitHub <noreply@github.com>2023-10-20 12:25:59 +0300
commite0cca29f4b1722343eea918ee1532ad01d60a346 (patch)
treeb96c121047103b4f777efe570556d26c5f16580f /.github
parent0257e9f13ab632716fbcb3e11e5ac928a182ac18 (diff)
parentc05019d716e2d5aa6f6d05150672c413688b38e3 (diff)
downloadnixpkgs-e0cca29f4b1722343eea918ee1532ad01d60a346.tar
nixpkgs-e0cca29f4b1722343eea918ee1532ad01d60a346.tar.gz
nixpkgs-e0cca29f4b1722343eea918ee1532ad01d60a346.tar.bz2
nixpkgs-e0cca29f4b1722343eea918ee1532ad01d60a346.tar.lz
nixpkgs-e0cca29f4b1722343eea918ee1532ad01d60a346.tar.xz
nixpkgs-e0cca29f4b1722343eea918ee1532ad01d60a346.tar.zst
nixpkgs-e0cca29f4b1722343eea918ee1532ad01d60a346.zip
Merge pull request #238575 from toonn/pr-template-sandboxing
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 4517080bb30..a7d8a178656 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)