From ee00a9bddc0a5614a00198317b55437e9b6e7fdd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Oct 2019 21:27:43 +0200 Subject: zsh: Fix zplugin compilation warning --- user/modules/zsh.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'user/modules') diff --git a/user/modules/zsh.nix b/user/modules/zsh.nix index dd4792a5..467c426b 100644 --- a/user/modules/zsh.nix +++ b/user/modules/zsh.nix @@ -23,14 +23,12 @@ in }; 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 = { -- cgit 1.4.1