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