{ nixpkgs ? import "${builtins.fetchTarball (import ./nixpkgs.nix)}" {}
}:

{
  fathom = import ./fathom.nix { inherit nixpkgs; };
  ibb = import ./ibb.nix { inherit nixpkgs; };
}