stockholm/tv/5pkgs/override/fzf/default.nix

8 lines
111 B
Nix
Raw Normal View History

2022-03-05 08:00:16 +00:00
self: super:
super.fzf.overrideAttrs (old: {
2022-12-05 15:02:32 +00:00
patches = old.patches or [] ++ [
./complete1.patch
];
2022-03-05 08:00:16 +00:00
})