From 919524cb4fc78b09dd598ee2d5b36a1c11265704 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 30 Oct 2014 00:31:19 +0100 Subject: zsh: Prevent building the newuser module. BE. GONE. NOW! kthxbai! Signed-off-by: aszlig --- overrides/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'overrides') diff --git a/overrides/default.nix b/overrides/default.nix index 66ae0f5f..d0f56808 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -113,8 +113,8 @@ let }; zsh = o: { - postInstall = (o.postInstall or "") + '' - find "$out" -type f -name zsh-newuser-install -delete + postConfigure = (o.postConfigure or "") + '' + sed -i -e '/^name=zsh\/newuser/d' config.modules ''; }; }; -- cgit 1.4.1