Skip to content

bwkam/kebab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍢 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

  • haxe_{master, nightly}
  • kha

will add more soon :)