oh-my-zsh: Fix pathsToLink type error (#464334)
This commit is contained in:
@@ -15,7 +15,7 @@ let
|
||||
env = pkgs.buildEnv {
|
||||
name = "zsh-${name}-env";
|
||||
paths = cfg.customPkgs;
|
||||
pathsToLink = "/share/zsh/${dir}";
|
||||
pathsToLink = [ "/share/zsh/${dir}" ];
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user