Nault icon

Nault 1.18.2

Wallet for the Nano cryptocurrency with support for hardware wallets

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "nault",
  "version": "1.18.2",
  "src": {
    "url": "https://github.com/Nault/Nault/releases/download/v1.18.2/Nault-1.18.2-Mac.dmg",
    "sha256": "f8a7a488fe220c8452df9b80b5e176da4f488b1c5f41d7e5a80fa040f4beef7f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Nault.app\" && cp -r \"Nault.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Wallet for the Nano cryptocurrency with support for hardware wallets",
    "homepage": "https://github.com/Nault/Nault"
  }
}