fishPlugins: bootstrap fish plugin scope

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