summaryrefslogtreecommitdiff
path: root/pack/default.nix
blob: ece0378ffd0045afcec13a554a99f166c9fbf70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ nixpkgs }:

with import ../lore/bild.nix;

{
  bs = import ./bs.nix { inherit nixpkgs; };
  cmdwave = import ./cmdwave.nix { inherit nixpkgs; };
  duree = import ./duree.nix { inherit nixpkgs; };
  fathom = import ./fathom.nix { inherit nixpkgs; };
  ibb = bild ./ibb.nix { inherit nixpkgs; };
  buildeasy = bild ./buildeasy.nix { inherit nixpkgs; };
}