BlueWallet icon

BlueWallet 7.2.6

Bitcoin wallet and Lightning wallet

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    bluewallet # BlueWallet
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    bluewallet # BlueWallet
  ];
}

Package Definition

{
  "pname": "bluewallet",
  "version": "7.2.6",
  "src": {
    "url": "https://github.com/BlueWallet/BlueWallet/releases/download/v7.2.6/BlueWallet.7.2.6.dmg",
    "sha256": "38299c0800d1bf19656638ccf64266fa1d2e614f2845918fe544c0c1b3935328"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BlueWallet.app\" && cp -r \"BlueWallet.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Bitcoin wallet and Lightning wallet",
    "homepage": "https://bluewallet.io/"
  }
}