mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
nix: add Pyro4 to shell.nix
This commit is contained in:
parent
1f2f4d1b41
commit
675b1a81ad
@ -1,7 +1,7 @@
|
||||
with import <nixpkgs> {};
|
||||
|
||||
let
|
||||
myPython = python36.withPackages(ps: [ps.trezor ps.pytest ps.flake8 ps.isort ps.black ps.Mako ps.munch]);
|
||||
myPython = python36.withPackages(ps: [ps.trezor ps.pytest ps.flake8 ps.isort ps.black ps.Mako ps.munch ps.Pyro4]);
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "trezor-core-dev";
|
||||
|
Loading…
Reference in New Issue
Block a user