From 023a10876dfc5f53b9989de47d1f8dbdd7641f36 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 30 Oct 2014 00:03:09 +0100 Subject: zsh: Patch out zsh-newuser-install. Now it's getting really annoying. Be gone! Thanks :-) Signed-off-by: aszlig --- overrides/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'overrides') 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 -- cgit 1.4.1