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