about summary refs log tree commit diff
path: root/pkgs/shells/fish/plugins/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/fish/plugins/default.nix')
-rw-r--r--pkgs/shells/fish/plugins/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/shells/fish/plugins/default.nix b/pkgs/shells/fish/plugins/default.nix
index 739e819952333..e3ccd9fb8a0f0 100644
--- a/pkgs/shells/fish/plugins/default.nix
+++ b/pkgs/shells/fish/plugins/default.nix
@@ -19,6 +19,8 @@ lib.makeScope newScope (self: with self; {
 
   done = callPackage ./done.nix { };
 
+  fifc = callPackage ./fifc.nix { };
+
   # Fishtape 2.x and 3.x aren't compatible,
   # but both versions are used in the tests of different other plugins.
   fishtape = callPackage ./fishtape.nix { };