From 4aae708e9e18a19087e2626e9236219b94e0fadf Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 28 Dec 2024 18:21:23 -0500 Subject: nix: disable checks for configuration plugin neovimRequireCheckHook fails womp womp --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 20a6042..5dc4108 100644 --- a/flake.nix +++ b/flake.nix @@ -112,6 +112,8 @@ ./ftplugin ]; }; + + doCheck = false; }; }); in -- cgit v1.2.3