about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2015-01-10 22:11:13 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2015-01-10 22:11:13 +0300
commit4f596fb93fa241444e1299ebdbf5859a2002b71e (patch)
treeca77f23074dc8b5d4f5fac8daabaeb6ebe8c1db0 /nixos
parent425935916cddfa0b91dd57aec0d1a5e01031ab3c (diff)
downloadnixlib-4f596fb93fa241444e1299ebdbf5859a2002b71e.tar
nixlib-4f596fb93fa241444e1299ebdbf5859a2002b71e.tar.gz
nixlib-4f596fb93fa241444e1299ebdbf5859a2002b71e.tar.bz2
nixlib-4f596fb93fa241444e1299ebdbf5859a2002b71e.tar.lz
nixlib-4f596fb93fa241444e1299ebdbf5859a2002b71e.tar.xz
nixlib-4f596fb93fa241444e1299ebdbf5859a2002b71e.tar.zst
nixlib-4f596fb93fa241444e1299ebdbf5859a2002b71e.zip
Revert "zsh: profile-relative functions path"
This reverts commit 766207ca1d52db37df5ca17b9bd3bd21a03dfafd.

We need to solve the problem with `environment.profileRelativeEnvVars`.
The best workaround is to make profileRelativeEnvVars prepend paths.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/programs/zsh/zsh.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix
index edde7a7a757e..74dd6af0bdde 100644
--- a/nixos/modules/programs/zsh/zsh.nix
+++ b/nixos/modules/programs/zsh/zsh.nix
@@ -105,10 +105,6 @@ in
 
     };
 
-    environment.profileRelativeEnvVars =
-      { FPATH = [ "/share/zsh/site-functions" ];
-      };
-
     environment.etc."zshenv".text =
       ''
         # /etc/zshenv: DO NOT EDIT -- this file has been generated automatically.