summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorBob van der Linden <bobvanderlinden@gmail.com>2018-05-30 21:48:07 +0200
committerGitHub <noreply@github.com>2018-05-30 21:48:07 +0200
commitb503e76ee0dd94e54c851188f0060765d9419157 (patch)
treea2ef700deddb47254b25cbfd1242030f200ae271 /.github
parente62bf6dda4f32f6158bd181a95d336883a0acb66 (diff)
downloadnixlib-b503e76ee0dd94e54c851188f0060765d9419157.tar
nixlib-b503e76ee0dd94e54c851188f0060765d9419157.tar.gz
nixlib-b503e76ee0dd94e54c851188f0060765d9419157.tar.bz2
nixlib-b503e76ee0dd94e54c851188f0060765d9419157.tar.lz
nixlib-b503e76ee0dd94e54c851188f0060765d9419157.tar.xz
nixlib-b503e76ee0dd94e54c851188f0060765d9419157.tar.zst
nixlib-b503e76ee0dd94e54c851188f0060765d9419157.zip
use sandbox instead of build-use-sandbox
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 75db8e1377c4..e7a9b1ba25fd 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,7 +5,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 `build-use-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)
 - Built on platform(s)
    - [ ] NixOS
    - [ ] macOS