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

with nixpkgs;

{
  toCram = attrs: callPackage ./crumble-toCram.nix attrs;
}