Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bwkam/kebab

🍢
https://github.com/bwkam/kebab

flake haxe nix nix-flake nixos nixpkgs

Last synced: 29 days ago
JSON representation

🍢

Awesome Lists containing this project

README

        

# 🍢 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
```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#"
```
## Packages
* `haxe_{master, nightly}`
* `kha`

will add more soon :)