Switch from python 3.5 to python 3.x for trezor

This commit is contained in:
Jonas Nick 2019-10-27 19:52:56 +00:00
parent 8dd27b6334
commit 664c5c6762
No known key found for this signature in database
GPG Key ID: 4861DBF262123605

View File

@ -209,7 +209,7 @@ in {
usbutils
]
++ optionals config.services.hardware-wallets.trezor [
python35.pkgs.trezor
python3.pkgs.trezor
];
};
}