summary refs log tree commit diff stats
path: root/user/modules
diff options
context:
space:
mode:
authorAlan Pearce2019-10-08 21:27:43 +0200
committerAlan Pearce2019-10-08 21:27:43 +0200
commitee00a9bddc0a5614a00198317b55437e9b6e7fdd (patch)
tree120523e91c313edaf086f0a704936115e42b19e2 /user/modules
parentb047b095375db5145ee2328b02346c19fc0de246 (diff)
downloadnixfiles-ee00a9bddc0a5614a00198317b55437e9b6e7fdd.tar.lz
nixfiles-ee00a9bddc0a5614a00198317b55437e9b6e7fdd.tar.zst
nixfiles-ee00a9bddc0a5614a00198317b55437e9b6e7fdd.zip
zsh: Fix zplugin compilation warning
Diffstat (limited to 'user/modules')
-rw-r--r--user/modules/zsh.nix2
1 files changed, 0 insertions, 2 deletions
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 = {