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:
parent
827984c8e2
commit
3d17ec63f8
1 changed files with 3 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue