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 50b8eb4d981..c886173096e 100644
--- a/pkgs/shells/fish/plugins/default.nix
+++ b/pkgs/shells/fish/plugins/default.nix
@@ -6,6 +6,8 @@ lib.makeScope newScope (self: with self; {
 
   clownfish = callPackage ./clownfish.nix { };
 
+  done = callPackage ./done.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 { };