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

with nixpkgs;
with bionix;

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