age-plugin-ledger

age-plugin-ledger 0.1.2

Ledger Nano plugin for age

https://github.com/Ledger-Donjon/age-plugin-ledger
MIT LicenseApache License 2.0
main program: age-plugin-ledgerprograms: age-plugin-ledger
Platforms (38)
x86_64-redoxi686-freebsdpowerpc64-linuxs390x-linuxx86_64-linuxx86_64-darwinarmv7l-linuxi686-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  age-plugin-ledger
];
Ad-hoc shell
nix-shell -p age-plugin-ledger
Flake (nix run)
nix run nixpkgs#age-plugin-ledger