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.4",
"src": {
"url": "https://github.com/decred/dcrdex/releases/download/v1.0.4/bisonw-desktop-darwin-arm64-v1.0.4.dmg",
"sha256": "31e5945adc602840aeb3e853909a8003b185a95e31fbc5c8a7db4a23f7c29c2d"
},
"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"
}
}