Home

Awesome

🍢 Kebab

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.

Usage

Flake

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>"

Packages

will add more soon :)