summaryrefslogtreecommitdiff
path: root/pack/default.nix
blob: a5a1313dd9da9e2515d4ccd4638b17d72c5a525f (plain)
1
2
3
4
5
6
7
8
9
{ 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; };
  cmdwave = import ./cmdwave.nix { inherit nixpkgs; };
}