cloudfoundry / cloudfoundry/bosh-bootloader
Publish `bbl` as Nix package
Open
@rkoster is already working on this.
Since Feb 22, 2024.
unscheduled
- Dominant language
- Go
- Stars
- 181
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
Problem
bbl is not available on https://search.nixos.org/packages. This means that no one using Nix development shells can easily provide this CLI.
Current workaround to still get bbl is to build it locally which is cumbersome, for example like so https://github.com/cloudfoundry/app-autoscaler-release/pull/2594.
Feature Request
As a developer,
I want to find bbl-CLI tool in the Nix package registry https://search.nixos.org/packages,
so that I can offer a Nix shell with this tool to other contributors (example where I'd like to make use of it).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.