diff options
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/neovim.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/overlays/neovim.nix b/overlays/neovim.nix deleted file mode 100644 index 6c4b225..0000000 --- a/overlays/neovim.nix +++ /dev/null @@ -1,6 +0,0 @@ -self: super: { - # TODO See: https://github.com/NixOS/nixpkgs/pull/214231 - neovim-unwrapped = super.neovim-unwrapped.overrideAttrs (old: { - patches = [ ]; - }); -} |