Skip to content

Commit

Permalink
YouCompleteMe: use stable nixpkgs to allow rustracer to build
Browse files Browse the repository at this point in the history
See NixOS/nixpkgs#89481 for more information
  • Loading branch information
evanjs committed Jul 1, 2020
1 parent f0af50a commit 4e23f47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/new-modules/vim/vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ let
vim-illuminate
vim-latex-live-preview
vimtex
] ++ (with pkgs.stable.vimPlugins; [
# rustracer fails to build on nixos-unstable (as of at least https://github.com/NixOS/nixpkgs/commit/467ce5a9f45aaf96110b41eb863a56866e1c2c3c)
# rustracer seems to build fine with rustc 1.44 (see https://github.com/NixOS/nixpkgs/issues/89481#issuecomment-642853909)
# Use stable nixpkgs until https://github.com/NixOS/nixpkgs/issues/89481 is resolved
YouCompleteMe
];
]);
in
{
options.mine.vim = {
Expand Down

0 comments on commit 4e23f47

Please sign in to comment.