Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
bb # bb
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
bb # bb
];
} Package Definition
{
"pname": "bb",
"version": "0.38.0",
"src": {
"url": "https://github.com/get-bb/bb/releases/download/desktop-v0.38.0/bb-0.38.0-arm64.dmg",
"sha256": "494c2c0999901f1f6b99eaa3637a9b5f03197cd61695d1d36de33fc5545c9591"
},
"installPhase": [
"mkdir -p \"$out/Applications/bb.app\" && cp -r \"bb.app\" \"$out/Applications\""
],
"meta": {
"description": "IDE for running and orchestrating coding agents",
"homepage": "https://getbb.app/"
}
}