summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorAmerico <americo.zuzunaga@dailykos.com>2019-10-28 15:05:29 -0700
committerAmerico <ame.zuz@gmail.com>2019-10-30 11:32:29 -0700
commit5c59da48e438ae9122101c8bf1b7e2208f5cd00f (patch)
tree3e6dc41506905b2137eec1fcf026aacee355c4a5 /.github
parent39a8f717b87925843467177a39fccc0975d3428c (diff)
downloadnixpkgs-5c59da48e438ae9122101c8bf1b7e2208f5cd00f.tar
nixpkgs-5c59da48e438ae9122101c8bf1b7e2208f5cd00f.tar.gz
nixpkgs-5c59da48e438ae9122101c8bf1b7e2208f5cd00f.tar.bz2
nixpkgs-5c59da48e438ae9122101c8bf1b7e2208f5cd00f.tar.lz
nixpkgs-5c59da48e438ae9122101c8bf1b7e2208f5cd00f.tar.xz
nixpkgs-5c59da48e438ae9122101c8bf1b7e2208f5cd00f.tar.zst
nixpkgs-5c59da48e438ae9122101c8bf1b7e2208f5cd00f.zip
.github: clarify things done re: sandboxing
Per https://github.com/NixOS/nixpkgs/pull/58147#issuecomment-478234495
sandboxing is not fully functional on macOS.

.github: specify where sandboxing can be run

Co-Authored-By: Jon <jonringer@users.noreply.github.com>

.github: remove macOS note
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index c6d50d9cb77..89c751f4db7 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -6,7 +6,7 @@
 
 <!-- Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. -->
 
-- [ ] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS)
+- [ ] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 - Built on platform(s)
    - [ ] NixOS
    - [ ] macOS