diff options
author | tv <tv@krebsco.de> | 2016-06-09 13:20:29 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-10 16:04:55 +0200 |
commit | 1e083355662ea50f3ee4c643403e2e68740df6f0 (patch) | |
tree | 64bd0cabaf32632a3f898ab215dd4aedb4186fb7 /tv/2configs | |
parent | bc653597e2c95016e4596f46d71526a9b75c2aea (diff) |
tv hack.vim: minor refactoring
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/vim.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index f928616..e6b9bf2 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 |