meta: Remove kitty overlay

Not needed anymore since kitty 0.29.0 was released.
This commit is contained in:
Donovan Glover
2023-07-11 14:24:13 -04:00
parent d8cbc5e9cb
commit 19ffaad1cf
2 changed files with 0 additions and 49 deletions

View File

@@ -1,9 +0,0 @@
{
nixpkgs.overlays = [
(final: prev: {
kitty = prev.kitty.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../patches/kitty-fix-duplicate-lines.patch ];
});
})
];
}