Skip to content

Commit 8d23b84

Browse files
committed
yazi: glow deprecation patch
Until Reledia/glow.yazi#28 is available
1 parent 04d66b9 commit 8d23b84

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

modules/home/programs/terminal/tools/yazi/default.nix

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ in
6969
duckdb
7070
full-border
7171
git
72-
glow
72+
# glow
7373
jump-to-char
7474
# Faster, less accurate
7575
# mime-ext
@@ -84,6 +84,14 @@ in
8484
yatline-githead
8585
yatline-catppuccin
8686
;
87+
glow = pkgs.yaziPlugins.glow.overrideAttrs {
88+
patches = [
89+
(pkgs.fetchpatch {
90+
url = "https://github.com/Reledia/glow.yazi/pull/28.patch";
91+
hash = "sha256-wNAqaCMucfw8BZvUi1vqARoraXWGIzZN6YoWcFAelTw=";
92+
})
93+
];
94+
};
8795
};
8896

8997
settings = lib.mkMerge [

0 commit comments

Comments
 (0)