mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
nix: add pytest to nix-shell
This commit is contained in:
parent
df665b70d3
commit
0d8cc86a60
@ -1,7 +1,7 @@
|
|||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
|
|
||||||
let
|
let
|
||||||
myPython = python36.withPackages(p: [p.trezor]);
|
myPython = python36.withPackages(ps: [ps.trezor ps.pytest]);
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "trezor-core-dev";
|
name = "trezor-core-dev";
|
||||||
|
Loading…
Reference in New Issue
Block a user