mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-28 22:07:12 +02:00
fix(neovim): disable nixvim manpage on broken nixpkgs pin
This commit is contained in:
@@ -16,7 +16,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
# temporarily disabled: nixvim's manpage pulls nixos-render-docs from nixpkgs,
|
||||||
|
# which is broken (patch fails to apply) on the current nixpkgs pin
|
||||||
|
enable = false;
|
||||||
|
|
||||||
clipboard.providers.wl-copy.enable = pkgs.stdenv.isLinux;
|
clipboard.providers.wl-copy.enable = pkgs.stdenv.isLinux;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user