fix(neovim): disable nixvim manpage on broken nixpkgs pin

This commit is contained in:
Ryan Yin
2026-08-16 15:40:12 +08:00
parent bb13a43ff9
commit 78fc64e136
+3 -1
View File
@@ -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;