diff --git a/flake/develop.nix b/flake/develop.nix index 78f4142..7b64528 100644 --- a/flake/develop.nix +++ b/flake/develop.nix @@ -18,8 +18,7 @@ # testing, but make sure to discard the changes before creating a pull # request. packages.dev = let - configuration = { - }; + configuration = {}; customNeovim = lib.nvim.neovimConfiguration { inherit pkgs;