2020-12-28 12:14:26 -08:00
|
|
|
{ lib, newScope }:
|
|
|
|
|
|
|
|
lib.makeScope newScope (self: with self; {
|
|
|
|
|
|
|
|
buildFishPlugin = callPackage ./build-fish-plugin.nix { };
|
|
|
|
|
2020-12-28 12:15:08 -08:00
|
|
|
fishtape = callPackage ./fishtape.nix { };
|
|
|
|
|
2020-12-29 00:44:18 -08:00
|
|
|
foreign-env = callPackage ./foreign-env { };
|
|
|
|
|
2020-12-28 12:15:57 -08:00
|
|
|
pure = callPackage ./pure.nix { };
|
|
|
|
|
2020-12-28 12:14:26 -08:00
|
|
|
})
|