From 3d17ec63f88c146cd2b28174a1a2c9d3a570e771 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Tue, 2 May 2017 22:33:58 +0200 Subject: [PATCH] lnl: disable go/rust support for ycmd --- modules/examples/lnl.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index acd5704..d7a2d55 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -271,7 +271,9 @@ ]; nixpkgs.config.allowUnfree = true; - nixpkgs.config.packageOverrides = pkgs: { }; + nixpkgs.config.packageOverrides = pkgs: { + ycmd = pkgs.ycmd.override { gocode = null; godef = null; rustracerd = null; }; + }; # TODO: add module for per-user config, etc, ... environment.etc."per-user/lnl/gitconfig".text = ''