mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
renamed flake modules
This commit is contained in:
parent
32eafdd5fe
commit
05c82698bd
4 changed files with 7 additions and 5 deletions
13
nix/resolve/patches.nix
Normal file
13
nix/resolve/patches.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
_: prev: {
|
||||
# https://github.com/tmux/tmux/issues/3983
|
||||
# fix tmux crashing when neovim is used in a nested session
|
||||
tmux = prev.tmux.overrideAttrs (oa: {
|
||||
patches = (oa.patches or [ ]) ++ [
|
||||
(prev.fetchpatch {
|
||||
name = "sixel-patch";
|
||||
url = "https://github.com/tmux/tmux/commit/aa17f0e0c1c8b3f1d6fc8617613c74f07de66fae.patch";
|
||||
hash = "sha256-jhWGnC9tsGqTTA5tU+i4G3wlwZ7HGz4P0UHl17dVRU4=";
|
||||
})
|
||||
];
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue