seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
90 stars 12 forks source link

installation: add section about 3rd-party packages #128

Closed tomodachi94 closed 1 year ago

tomodachi94 commented 1 year ago

I made a Nixpkgs package for darklua. Others might also make packages, so I took initiative and made this section in the docs. It uses Repology's badge.

jeparlefrancais commented 1 year ago

Thank you for taking the time to submit this!

I'm opened to setup the release job to automatically push the new versions in there. The release job is already building the binaries for all platforms and uploading them to github. I'm not familiar with nixpkgs but if you have a baseline or examples that would be great!

tomodachi94 commented 1 year ago

I'm opened to setup the release job to automatically push the new versions in there. The release job is already building the binaries for all platforms and uploading them to github. I'm not familiar with nixpkgs but if you have a baseline or examples that would be great!

There's a bot in Nixpkgs that usually takes care of package updates (but it usually puts it through human review first), so there's nothing really to do on your end (and I don't mind updating it manually!). Nix also needs to build it from scratch due to the way that it functions, but thanks for the offer!

There's a thing called Nix flakes that you can use if you want, but the Nixpkgs setup works just fine too!