diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-12-23 23:35:42 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-12-23 23:35:42 +0530 |
| commit | 98bef4da05c50b9dbf0e0467df54d34947e4b1ae (patch) | |
| tree | 6ab6af288d2c704aa84f38726d1884a251f0cc2b /external/nvim/neovim.nix | |
| parent | 22b4aed9c5c8793e04d0a67202fe0f1cddf66817 (diff) | |
| download | nixos-config-98bef4da05c50b9dbf0e0467df54d34947e4b1ae.tar.gz nixos-config-98bef4da05c50b9dbf0e0467df54d34947e4b1ae.zip | |
removes config from external + adds overlays directory
Diffstat (limited to 'external/nvim/neovim.nix')
| -rw-r--r-- | external/nvim/neovim.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/external/nvim/neovim.nix b/external/nvim/neovim.nix deleted file mode 100644 index 172ed0c..0000000 --- a/external/nvim/neovim.nix +++ /dev/null @@ -1,17 +0,0 @@ -self: super: { - tree-sitter-updated = super.tree-sitter.overrideAttrs (oldAttrs: { - postInstall = ''PREFIX=$out make install''; - }); - neovim-unwrapped = super.neovim-unwrapped.overrideAttrs (oldAttrs: rec { - name = "neovim-nightly"; - version = "0.5-nightly"; - src = self.fetchFromGitHub { - owner = "neovim"; - repo = "neovim"; - rev = "nightly"; - sha256 = "0vpjdd32lgzyh85gyazqpms8vmaad6px3zx2svdxhvcdxgschqz9"; - }; - - nativeBuildInputs = with self.pkgs; [ unzip cmake pkgconfig gettext tree-sitter-updated ]; - }); -} |
