Merge pull request #112757 from prusnak/trezorctl

python3Packages.trezor: export as trezorctl application too

authored by

Pavol Rusnak and committed by
GitHub
65aeed59 576f6080

+2
+2
pkgs/top-level/all-packages.nix
··· 8420 8420 8421 8421 trezor-udev-rules = callPackage ../os-specific/linux/trezor-udev-rules {}; 8422 8422 8423 + trezorctl = with python3Packages; toPythonApplication trezor; 8424 + 8423 8425 trezord = callPackage ../servers/trezord { }; 8424 8426 8425 8427 trezor_agent = with python3Packages; toPythonApplication trezor_agent;