summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-05-02 22:33:58 +0200
committerDaiderd Jordan <daiderd@gmail.com>2017-05-02 22:35:54 +0200
commit3d17ec63f88c146cd2b28174a1a2c9d3a570e771 (patch)
tree0dd69a962986486435bc9f8a503db034b44709f2 /modules/examples
parent827984c8e21ce74e0db999c82ed3ae3178739cea (diff)
lnl: disable go/rust support for ycmd
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/lnl.nix4
1 files changed, 3 insertions, 1 deletions
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 = ''