blob: db2a655dbff329467db6a703349562acae48f7aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{ 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; };
}
|