Currently, when a release is done, we generate a release flake and upload it to github release.
In future, we might want to-
Print the flake and let user decide where it should belong.
Above is great for Nix users. However, users might want to publish their package to other ecosystems even if they build from Nix themselves. So, we need to investigate on how to generate build recipes similarly for other package ecosystems. We can start with static binaries and go from there.
This requires some investigation on how other package ecosystems work and design discussion/proposal.
Currently, when a release is done, we generate a release flake and upload it to github release.
In future, we might want to-
This requires some investigation on how other package ecosystems work and design discussion/proposal.