nixos/shell: patch kitty for copy-ansi-to-clipboard fix

https://github.com/kovidgoyal/kitty/issues/8682
This commit is contained in:
Wroclaw 2025-05-27 20:10:51 +02:00
parent a83809ce09
commit 2389ca1a05

View file

@ -15,7 +15,17 @@ in
aliasDrag
ranger-git
ripgrep
kitty
(kitty.overrideAttrs (superAttrs: {
patches = superAttrs.patches or [] ++ [
(fetchpatch {
url = "https://github.com/AmirulAndalib/kitty/commit/61fd8c4003b361503160424cbed1960153f40290.patch";
excludes = lib.map lib.escapeRegex [
"docs/changelog.rst"
];
hash = "sha256-TqO/pLRkxN+Mz4nfNfTntGpPoy6OgbtAGmdohG/1BFs=";
})
];
}))
zoxide
]) ++ [
(