BitBox icon

BitBox 4.50.0

Protect your coins with the latest Swiss made hardware wallet

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bitbox",
  "version": "4.50.0",
  "src": {
    "url": "https://github.com/BitBoxSwiss/bitbox-wallet-app/releases/download/v4.50.0/BitBox-4.50.0-macOS.dmg",
    "sha256": "b44cb0c4261abe4fb1a54804a470ae3cc05ef1024986f1d8fe4e5b732d854cdd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BitBox.app\" && cp -r \"BitBox.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Protect your coins with the latest Swiss made hardware wallet",
    "homepage": "https://bitbox.swiss/"
  }
}