8 lines
129 B
Nix
8 lines
129 B
Nix
|
{ lib, newScope }:
|
||
|
|
||
|
lib.makeScope newScope (self: with self; {
|
||
|
|
||
|
buildFishPlugin = callPackage ./build-fish-plugin.nix { };
|
||
|
|
||
|
})
|