BTCPayServer Vault icon

BTCPayServer Vault 3.0.1

App that allows web applications to access a hardware wallet

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    btcpayserver-vault # BTCPayServer Vault
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    btcpayserver-vault # BTCPayServer Vault
  ];
}

Package Definition

{
  "pname": "btcpayserver-vault",
  "version": "3.0.1",
  "src": {
    "url": "https://github.com/btcpayserver/BTCPayServer.Vault/releases/download/Vault%2Fv3.0.1/BTCPayServerVault-osx-x64-3.0.1.dmg",
    "sha256": "5176aae4ece6ca93d51cdcc092c43b9f809e40696dffedeb07e3ef4d6972a189"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BTCPayServer Vault.app\" && cp -r \"BTCPayServer Vault.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "App that allows web applications to access a hardware wallet",
    "homepage": "https://github.com/btcpayserver/BTCPayServer.Vault"
  }
}