bosh-bootloader icon indicating copy to clipboard operation
bosh-bootloader copied to clipboard

Publish `bbl` as Nix package

Open geigerj0 opened this issue 1 year ago • 1 comments

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).

geigerj0 avatar Feb 02 '24 15:02 geigerj0

Feel free to take: https://github.com/rkoster/nixpkgs/blob/master/pkgs/bosh-bootloader/default.nix and contribute it back to https://search.nixos.org/packages.

rkoster avatar Feb 22 '24 16:02 rkoster