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)
powerpc-linuxx86_64-netbsdriscv64-netbsdarmv6l-linuxmipsel-linuxaarch64-linuxx86_64-redoxriscv64-linux
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