aboutsummaryrefslogtreecommitdiff
path: root/tools/crumble.nix
blob: fb48c8f98fdb08b320b7f2543b494aac49ebbc32 (plain)
1
2
3
4
5
6
7
8
9
{ bionix, nixpkgs }:

with nixpkgs;
with bionix;

{
  crumble = callPackage ./crumble-app.nix {};
  toCram = callBionix ./crumble-toCram.nix;
}