From 1248fd3625bdac079eaa97f55466a000e8c987e6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 13 Oct 2014 20:13:47 +0200 Subject: vim: Move overrides and config into pkgs/vim. The main reason for doing this is to avoid collisions with other vim variants in which are expecting an .override attribute. Moving it into pkgs/ entirely also has the advantage of being properly namespaced rather than "all over the place" and we also don't clash anymore with existing Vim packages. Signed-off-by: aszlig --- overrides/default.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'overrides') diff --git a/overrides/default.nix b/overrides/default.nix index 1e508a04..3ea66eb4 100644 --- a/overrides/default.nix +++ b/overrides/default.nix @@ -76,14 +76,6 @@ let })); }; - vim_configurable = o: let - vimrc = import ../cfgfiles/vim.nix { pkgs = everything; }; - in { - postInstall = (o.postInstall or "") + '' - ln -sf "${vimrc}" "$out/share/vim/vimrc" - ''; - }; - mpv = o: { installPhase = o.installPhase + '' cat > "$out/etc/mpv/mpv.conf" <