diff options
Diffstat (limited to 'tv/5pkgs/vim/vim.nix')
-rw-r--r-- | tv/5pkgs/vim/vim.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/5pkgs/vim/vim.nix b/tv/5pkgs/vim/vim.nix index 216ab6a..c5693a2 100644 --- a/tv/5pkgs/vim/vim.nix +++ b/tv/5pkgs/vim/vim.nix @@ -1,7 +1,7 @@ -with import <stockholm/lib>; +with import ./lib; { pkgs }: -(rtp: rtp // { inherit rtp; }) (pkgs.writeTextFile (let +pkgs.tv.vim.makePlugin (pkgs.writeTextFile (let name = "vim"; in { name = "vim-syntax-${name}-1.0.0"; |