physarum / flake.nix
phanerozoic's picture
publish buildable source (threaded + tile-sorted kernel)
bfdbd33 verified
Raw
History Blame
254 Bytes
{
description = "Flake for physarum kernel";
inputs = {
builder.url = "github:huggingface/kernels";
};
outputs =
{
self,
builder,
}:
builder.lib.genKernelFlakeOutputs {
inherit self;
path = ./.;
};
}