diff options
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 21f7cfc..031da76 100644 --- a/flake.nix +++ b/flake.nix @@ -167,6 +167,7 @@ packages = { inherit nvim; + default = nvim; }; checks = { nvim = nixvim.lib.${system}.check.mkTestDerivationFromNvim { |