diff options
| author | Mel <einebeere@gmail.com> | 2024-10-30 00:12:31 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-30 00:12:31 +0100 |
| commit | 424559ba8cc03a1015c7bbe9baa459fab6694094 (patch) | |
| tree | 434603f7841814f35520d72211b761b0def0b1db /pkgs/default.nix | |
| parent | 1eb3a3a6f03d15f16674c273a62caf019e7b11bc (diff) | |
| download | minerals-424559ba8cc03a1015c7bbe9baa459fab6694094.tar.zst minerals-424559ba8cc03a1015c7bbe9baa459fab6694094.zip | |
Fix vimPlugins.YouCompleteMe Go completion support
(See: https://github.com/NixOS/nixpkgs/pull/352222) Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 9b8c990..ec2599a 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -17,4 +17,6 @@ rec { ngfx = pkgs.callPackage ./ngfx.nix {}; retroarch = pkgs.callPackage ./retroarch.nix {}; + + youcompleteme = pkgs.callPackage ./youcompleteme.nix {}; } |
