From 0192777972d343702f1ad9b0e6c41e2771c79870 Mon Sep 17 00:00:00 2001 From: Rushmore Mushambi Date: Fri, 2 Sep 2016 21:41:43 +0200 Subject: [PATCH] PULL_REQUEST_TEMPLATE: rename chroot to sandbox See https://github.com/NixOS/nix/commit/b39622a487e2978bd32c9faf2f651aec1f9815c1 --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5d13d3086f7..981ed156b34 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,8 +4,8 @@ ###### Things done - [ ] Tested using sandboxing - ([nix.useChroot](http://nixos.org/nixos/manual/options.html#opt-nix.useChroot) on NixOS, - or option `build-use-chroot` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) + ([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