aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-04-26 09:14:39 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-04-26 09:18:15 +0200
commit4c10d404e7f3d68fb818b6dddc98b162b0d00832 (patch)
tree3aaeae8fff98e5f3b86a5c06bb02ca289e56badb /.github
parent7465bcd67a2177c63adeec66398b1b581260b31e (diff)
github PR template: reformulate the sandboxing help
It's been reported that when running through nix daemon, sandboxing can't be turned on by passing `--option` (silently ignored), so let's not suggest that way. https://github.com/NixOS/nixpkgs/issues/14866#issuecomment-214619909
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 324c5f17f7a..d85d9e481f2 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,9 @@
###### Things done
-- [ ] Tested using sandboxing (`nix-build --option build-use-sandbox true` or [nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS)
+- [ ] Tested using sandboxing
+ ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS,
+ or option `build-use-sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file)
+ on non-NixOS)
- Built on platform(s)
- [ ] NixOS
- [ ] OS X