fishPlugins.clownfish: init at unstable-2021-01-17

This commit is contained in:
pacien
2021-03-09 14:24:59 +01:00
parent 6f3eea320c
commit 97b64bd65e
2 changed files with 22 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@ lib.makeScope newScope (self: with self; {
buildFishPlugin = callPackage ./build-fish-plugin.nix { };
clownfish = callPackage ./clownfish.nix { };
fishtape = callPackage ./fishtape.nix { };
foreign-env = callPackage ./foreign-env { };