Skip to content

Commit

Permalink
fix nvim check
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Nov 19, 2024
1 parent 8fa8c7f commit 4971d83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ./.;
Expand Down

0 comments on commit 4971d83

Please sign in to comment.