BlueWallet icon

BlueWallet 7.1.2

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.1.2",
  "src": {
    "url": "https://github.com/BlueWallet/BlueWallet/releases/download/v7.1.2/BlueWallet.7.1.2.dmg",
    "sha256": "c731f56c8eb885cad85ce586592c3e015a32785c483613c41addb0f9738cd2c9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BlueWallet.app\" && cp -r \"BlueWallet.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Bitcoin wallet and Lightning wallet",
    "homepage": "https://bluewallet.io/"
  }
}