Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
bison-wallet # Bison Wallet
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
bison-wallet # Bison Wallet
];
} Package Definition
{
"pname": "bison-wallet",
"version": "1.0.5",
"src": {
"url": "https://github.com/decred/dcrdex/releases/download/v1.0.5/bisonw-desktop-darwin-arm64-v1.0.5.dmg",
"sha256": "be34568944052e1c0e32a94d21d120c7b7af3725eb3eaaee243b204313c606f6"
},
"installPhase": [
"mkdir -p \"$out/Applications/Bison Wallet.app\" && cp -r \"Bison Wallet.app\" \"$out/Applications\""
],
"meta": {
"description": "Multi-coin wallet with feeless DEX, atomic swaps, and arbitrage tools",
"homepage": "https://github.com/decred/dcrdex"
}
}