summaryrefslogtreecommitdiff
path: root/tests/programs-zsh.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-09-14 21:23:18 +0200
committerDaiderd Jordan <daiderd@gmail.com>2018-09-14 21:40:19 +0200
commit48f3ed6301e73955898ae66e6c29b2caac4a680d (patch)
tree843be139ac870614fd041b51c0ae7f1589df8d38 /tests/programs-zsh.nix
parent9347dc05d18e1359b9e32abc74281a8e85b56421 (diff)
nix: only set NIX_REMOTE for nix 1.11
This isn't needed anymore, nix 2.0 figures this out automatically now.
Diffstat (limited to 'tests/programs-zsh.nix')
-rw-r--r--tests/programs-zsh.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/programs-zsh.nix b/tests/programs-zsh.nix
index 2b6bf39..97afe47 100644
--- a/tests/programs-zsh.nix
+++ b/tests/programs-zsh.nix
@@ -24,9 +24,6 @@
grep 'export PATH=${pkgs.hello}/bin' ${config.out}/etc/zshenv
echo >&2 "checking SHELL in /etc/zshenv"
grep 'export SHELL="${pkgs.zsh}/bin/zsh"' ${config.out}/etc/zshenv
- echo >&2 "checking nix-daemon init in /etc/zshenv"
- grep '! -w /nix/var/nix/db' ${config.out}/etc/zshenv
- grep 'export NIX_REMOTE=daemon' ${config.out}/etc/zshenv
echo >&2 "checking nix-shell return /etc/zshenv"
grep 'if test -n "$IN_NIX_SHELL"; then return; fi' ${config.out}/etc/zshenv
echo >&2 "checking zshenv.d in /etc/zshenv"