about summary refs log tree commit diff
path: root/overrides
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-30 00:03:09 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-10-30 00:03:09 +0100
commit023a10876dfc5f53b9989de47d1f8dbdd7641f36 (patch)
tree469cc67b9adc44d51449cca52c01fa0e9c1fff99 /overrides
parentd5ca8a15519c4e93237c325aef0280cd75764389 (diff)
zsh: Patch out zsh-newuser-install.
Now it's getting really annoying. Be gone! Thanks :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'overrides')
-rw-r--r--overrides/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/overrides/default.nix b/overrides/default.nix
index 0d93fc1a..66ae0f5f 100644
--- a/overrides/default.nix
+++ b/overrides/default.nix
@@ -111,6 +111,12 @@ let
       ];
       patchFlags = "--merge -p1";
     };
+
+    zsh = o: {
+      postInstall = (o.postInstall or "") + ''
+        find "$out" -type f -name zsh-newuser-install -delete
+      '';
+    };
   };
 
   # misc