From 4971d836dae5baa07d2c478952b6c051b6d8e67a Mon Sep 17 00:00:00 2001 From: siph Date: Tue, 19 Nov 2024 00:39:10 -0700 Subject: [PATCH] fix nvim check --- flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index ea51a91..1dab332 100644 --- a/flake.nix +++ b/flake.nix @@ -70,10 +70,7 @@ }; checks = { - default = pkgs.nixvimLib.check.mkTestDerivationFromNvim { - inherit nvim; - name = "A nixvim configuration"; - }; + inherit nvim; pre-commit-check = pre-commit-hooks.lib.${system}.run { src = ./.;