Switch from python 3.5 to python 3.x for trezor

This commit is contained in:
Jonas Nick
2019-10-28 20:59:15 +00:00
parent 8dd27b6334
commit 664c5c6762
+1 -1
View File
@@ -209,7 +209,7 @@ in {
usbutils
]
++ optionals config.services.hardware-wallets.trezor [
python35.pkgs.trezor
python3.pkgs.trezor
];
};
}