1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

lnl: disable go/rust support for ycmd

This commit is contained in:
Daiderd Jordan 2017-05-02 22:33:58 +02:00
parent 827984c8e2
commit 3d17ec63f8
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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 = ''