diff options
| author | lassulus <lass@lassul.us> | 2017-04-11 19:42:43 +0200 |
|---|---|---|
| committer | lassulus <lass@lassul.us> | 2017-04-11 19:42:43 +0200 |
| commit | cadae6ceb1041ecbaf4fc6a3421cf536eec8ee39 (patch) | |
| tree | c213ba2499a0427755e171bdbea2dc153fd94e48 /tv/2configs/vim.nix | |
| parent | a4b524e902c9408b59ab678820121d3cfafd2aad (diff) | |
| parent | 953871d736f801aeb6640f2c1a6f7d1d1ac2a044 (diff) | |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/vim.nix')
| -rw-r--r-- | tv/2configs/vim.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 8b83b05..b534c3f 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -4,7 +4,7 @@ with import <stockholm/lib>; let { body = { environment.systemPackages = [ - vim + vim-wrapper ]; environment.etc.vimrc.source = vimrc; @@ -297,7 +297,7 @@ let { alldirs = attrValues dirs ++ map dirOf (attrValues files); in unique (sort lessThan alldirs); - vim = pkgs.concat "vim" [ + vim-wrapper = pkgs.concat "vim" [ pkgs.vim_configurable (pkgs.writeDashBin "vim" '' set -efu |
