mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
nix: use python3, not python36
This commit is contained in:
parent
299e14ad79
commit
5d32308dfb
@ -1,7 +1,7 @@
|
|||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
|
|
||||||
let
|
let
|
||||||
myPython = python36.withPackages(p: [p.trezor p.Mako p.munch]);
|
myPython = python3.withPackages(p: [p.trezor p.Mako p.munch]);
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "trezor-mcu-dev";
|
name = "trezor-mcu-dev";
|
||||||
|
Loading…
Reference in New Issue
Block a user