fishPlugins.fishtape: init at 2.1.3

This commit is contained in:
pacien
2021-01-04 18:51:11 +01:00
parent c083b27791
commit 3a987feae1
2 changed files with 34 additions and 0 deletions
+2
View File
@@ -4,4 +4,6 @@ lib.makeScope newScope (self: with self; {
buildFishPlugin = callPackage ./build-fish-plugin.nix { };
fishtape = callPackage ./fishtape.nix { };
})