diff options
| author | tv <tv@krebsco.de> | 2017-01-05 21:03:23 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2017-01-05 21:03:23 +0100 |
| commit | bbad1fe31f878b45669dcac030bc3e5de0efccc4 (patch) | |
| tree | 5a6af7129fb971d1813a8e03aa0117c9023fc2ba /tv/2configs/vim.nix | |
| parent | 2b7ad3c8caf1d818657055ecef580af6138346ae (diff) | |
tv: use body instead of out
Diffstat (limited to 'tv/2configs/vim.nix')
| -rw-r--r-- | tv/2configs/vim.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index cc59a95..1ffafe9 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -1,8 +1,8 @@ { config, lib, pkgs, ... }: with import <stockholm/lib>; -let - out = { +let { + body = { environment.systemPackages = [ vim ]; @@ -411,5 +411,4 @@ let catch /^Vim\%((\a\+)\)\=:E484/ endtry ''; -in -out +} |
