mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-19 01:35:10 +02:00
fix(neovim): disable nixvim manpage on broken nixpkgs pin
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
};
|
||||
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user