Bisq icon

Bisq 1.9.21

Decentralised bitcoin exchange network

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bisq",
  "version": "1.9.21",
  "src": {
    "url": "https://github.com/bisq-network/bisq/releases/download/v1.9.21/Bisq-1.9.21.dmg",
    "sha256": "f361f326e842fcbeb664a24d777cacf24f6eda50091c525c82c1f13726a9d2e2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Bisq.app\" && cp -r \"Bisq.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Decentralised bitcoin exchange network",
    "homepage": "https://bisq.network/"
  }
}