Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwkam/kebab
🍢
https://github.com/bwkam/kebab
flake haxe nix nix-flake nixos nixpkgs
Last synced: 29 days ago
JSON representation
🍢
- Host: GitHub
- URL: https://github.com/bwkam/kebab
- Owner: bwkam
- License: mit
- Created: 2024-06-12T19:38:23.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-28T05:21:50.000Z (about 1 month ago)
- Last Synced: 2024-09-28T09:03:45.762Z (about 1 month ago)
- Topics: flake, haxe, nix, nix-flake, nixos, nixpkgs
- Language: Nix
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nix - kebab - Haxe packages for Nix. (Programming Languages / Haxe)
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 :)