aboutsummaryrefslogtreecommitdiff
path: root/tools/crumble.nix
blob: dfb4e31a9f4061ee54d28ff5648262bb348c7c13 (plain)
1
2
3
4
5
6
7
{ bionix }:

with bionix;

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