all repos — nixfiles @ ee00a9bddc0a5614a00198317b55437e9b6e7fdd

System and user configuration, managed by nix and home-manager

zsh: Fix zplugin compilation warning

Alan Pearce
commit

ee00a9bddc0a5614a00198317b55437e9b6e7fdd

parent

b047b095375db5145ee2328b02346c19fc0de246

1 file changed, 0 insertions(+), 2 deletions(-)

jump to
M user/modules/zsh.nixuser/modules/zsh.nix
@@ -23,14 +23,12 @@ source = ../zsh/.config/zsh;
}; home.file.".zplugin/bin" = { - recursive = true; source = pkgs.fetchFromGitHub { owner = "zdharma"; repo = "zplugin"; rev = "028b1e1d6d3eae204b499c7f815f4eeeb5051517"; sha256 = "1ynh323905iia3gwi9qghbywp94x306nna1yqk37frj5g7kg90fa"; }; - onChange = "${pkgs.zsh}/bin/zsh -c 'zcompile $HOME/.zplugin/bin/zplugin.zsh'"; }; programs.zsh = {