mykso / myks

🧙‍♂️
MIT License
10 stars 3 forks source link

provide nix packages #285

Open kbudde opened 2 months ago

kbudde commented 2 months ago

Nix(os) is nice, let's provide myks for nix users as well.

Initial PR: https://github.com/NixOS/nixpkgs/pull/310785

Needs as well an update to myks (docs), e.g.

how to run:

nix-shell -p myks helm git
Zebradil commented 2 months ago

It's a good idea.

I'm not familiar (anymore) with nix, so I have questions:

kbudde commented 2 months ago

Hi,

Updates will happen automatically. There is a job running and updating the version and hashes automatically following GitHub releases. We just have to ensure that the build process is working.

I had a look at the goreleaser feature before. Unfortunately a nix user repo is not the same as being in the main channel.

I think the integration into the normal repo will happen soon.

BR Kris

Zebradil commented 2 months ago

Updates will happen automatically

That is all I need then :-)

Zebradil commented 2 months ago

@kbudde https://github.com/NixOS/nixpkgs/pull/310785 is merged 🥳

Could you provide a documentation snippet? Or is this literally all what nix users need?

nix-shell -p myks helm git