about summary refs log tree commit diff
path: root/overlays/neovim.nix
blob: 6c4b2258d488b384b496fdde13525d6d75c7c939 (plain)
1
2
3
4
5
6
self: super: {
  # TODO See: https://github.com/NixOS/nixpkgs/pull/214231
  neovim-unwrapped = super.neovim-unwrapped.overrideAttrs (old: {
    patches = [ ];
  });
}