fishPlugins.fzf-fish: init at 5.6

This commit is contained in:
pacien
2021-03-09 14:25:04 +01:00
parent d7145807ad
commit 74a66734cd
2 changed files with 36 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ lib.makeScope newScope (self: with self; {
foreign-env = callPackage ./foreign-env { };
fzf-fish = callPackage ./fzf-fish.nix { };
pure = callPackage ./pure.nix { };
})