aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-04-25 11:00:26 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-04-25 11:04:08 +0200
commit7cf8daa2bbf7e9ac1b57305a22547271dca28a6e (patch)
treef2a51bb86faa1b589ccd2ae59d4d2b57fb1574c4 /.github/PULL_REQUEST_TEMPLATE.md
parent3db3355c835622123245515cdba65edb274e9e7b (diff)
nixos: rename chroot* to sandbox*
On Nix side this was done months ago: https://github.com/NixOS/nix/pull/682
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-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 ceea615d5d7f..324c5f17f7a4 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,6 @@
###### Things done
-- [ ] Tested using sandboxing (`nix-build --option build-use-chroot true` or [nix.useChroot](http://nixos.org/nixos/manual/options.html#opt-nix.useChroot) on NixOS)
+- [ ] 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)
- Built on platform(s)
- [ ] NixOS
- [ ] OS X