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 | aca9d77a733b2e30c68d95eb804ee143d45aa60f (patch) | |
tree | ffe989560de6ca85fcb695e9ce559368bbc5dc28 /tv | |
parent | 167176b41790541bd6a03f0ba1358b3d70a0531f (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 a58a45b2d..747ab0bc0 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") |