From f94ce5630a46210904960af047261339fdaa1afe Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 9 Jun 2016 13:20:29 +0200 Subject: tv hack.vim: minor refactoring --- tv/2configs/vim.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tv') diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index f9286165..e6b9bf20 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -25,9 +25,8 @@ let }) ((rtp: rtp // { inherit rtp; }) (pkgs.writeTextFile (let name = "hack"; - version = "1.0"; in { - name = "vim-color-${name}-${version}"; + name = "vim-color-${name}-1.0"; destination = "/colors/${name}.vim"; text = /* vim */ '' set background=dark -- cgit v1.2.3