resample-poly / flake.nix
phanerozoic's picture
kernel source
27813b0 verified
Raw
History Blame
259 Bytes
{
description = "Flake for resample-poly kernel";
inputs = {
builder.url = "github:huggingface/kernels";
};
outputs =
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
}