diff options
author | tv <tv@krebsco.de> | 2019-06-22 12:52:36 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-06-22 12:52:41 +0200 |
commit | cbb0b8d490da2b83d01c6179bb8a7bb9a1950d13 (patch) | |
tree | 09f70bd4abfdbf4bc5c0310fc35c6c7aa680458f /tv | |
parent | e36216d31716a2d847e5ca94527a21628f65c8eb (diff) |
tv vim nix: add nested exim
Diffstat (limited to 'tv')
-rw-r--r-- | tv/5pkgs/vim/nix.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/5pkgs/vim/nix.nix b/tv/5pkgs/vim/nix.nix index a58a45b..747ab0b 100644 --- a/tv/5pkgs/vim/nix.nix +++ b/tv/5pkgs/vim/nix.nix @@ -130,6 +130,7 @@ with import <stockholm/lib>; c = {}; cabal = {}; diff = {}; + exim = {}; haskell = {}; jq.extraStart = alts [ (writer "Jq") |