1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 16:57:03 +00:00

neovim: disable neovim-coc-config test

This commit is contained in:
Robert Helgesson 2025-02-08 09:17:02 +01:00
parent 4337992712
commit 947eef9e99
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -1,4 +1,7 @@
{
{ lib, ... }:
# Currently broken due to a change in Nixpkgs.
lib.mkIf false {
imports = [ ./stubs.nix ];
programs.neovim = {