blob: 3e7ff2d21e542459e453d987ad64c455e890f3be (
plain)
1
2
3
4
5
6
7
8
9
10
|
{ nixpkgs ? import "${builtins.fetchTarball (import ./nixpkgs.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 = import ./ibb.nix { inherit nixpkgs; };
}
|