about summary refs log tree commit diff
path: root/overrides
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-13 20:13:47 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-13 20:13:47 +0200
commit1248fd3625bdac079eaa97f55466a000e8c987e6 (patch)
treeee3e111a82a9ea7edb508882fbf1fdac7169a43a /overrides
parent4978173275114be5aac76f3298917eed2248a124 (diff)
vim: Move overrides and config into pkgs/vim.
The main reason for doing this is to avoid collisions with other vim
variants in <nixpkgs> 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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'overrides')
-rw-r--r--overrides/default.nix8
1 files changed, 0 insertions, 8 deletions
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" <<CONFIG