blob: 3c488846fc50f7b4a101ffc4aea37b810bb89a8d (
plain)
1
2
3
4
5
6
7
8
|
{ nixpkgs ? import "${builtins.fetchTarball (import ./nixpkgs.nix)}" {}
}:
{
fathom = import ./fathom.nix { inherit nixpkgs; };
ibb = import ./ibb.nix { inherit nixpkgs; };
bs = import ./bs.nix { inherit nixpkgs; };
}
|