fishPlugins: bootstrap fish plugin scope
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ lib, newScope }:
|
||||
|
||||
lib.makeScope newScope (self: with self; {
|
||||
|
||||
buildFishPlugin = callPackage ./build-fish-plugin.nix { };
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user