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