Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
bluebubbles # BlueBubbles
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
bluebubbles # BlueBubbles
];
}
Package Definition
{
"pname": "bluebubbles",
"version": "1.9.9",
"src": {
"url": "https://github.com/BlueBubblesApp/bluebubbles-server/releases/download/v1.9.9/BlueBubbles-1.9.9-arm64.dmg",
"sha256": "fafd650c883f52e7494a6625e45249f2144d197378a4d57143ccf6198bb2e862"
},
"installPhase": [
"mkdir -p \"$out/Applications/BlueBubbles.app\" && cp -r \"BlueBubbles.app\" \"$out/Applications\""
],
"meta": {
"description": "Server for forwarding iMessages",
"homepage": "https://bluebubbles.app/"
}
}