This repository offers haxe-related packages that may be difficult to get working at first, this includes the haxe compiler itself. A github action runs daily for updating the flake inputs.
flake.nix
{
inputs.kebab.url = "github:bwkam/kebab";
outputs = {self, kebab, ...}@args: {
# rest
};
# snip
}
You can also try out the packages directly from your terminal.
nix run "github:bwkam/kebab#<package>"
haxe_{master, nightly}
kha
will add more soon :)