8 lines
111 B
Nix
8 lines
111 B
Nix
self: super:
|
|
|
|
super.fzf.overrideAttrs (old: {
|
|
patches = old.patches or [] ++ [
|
|
./complete1.patch
|
|
];
|
|
})
|