stockholm/tv/5pkgs/override/fzf/default.nix
2022-12-05 17:43:12 +01:00

8 lines
111 B
Nix

self: super:
super.fzf.overrideAttrs (old: {
patches = old.patches or [] ++ [
./complete1.patch
];
})