1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

fix(ci): copy nixpkgs.nix to container

This commit is contained in:
Pavol Rusnak 2021-02-09 16:47:11 +01:00
parent 18b51b856b
commit 32c37aa9cd
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -36,6 +36,7 @@ ENV \
# Trezor specific stuff starts here # Trezor specific stuff starts here
COPY nixpkgs.nix nixpkgs.nix
COPY shell.nix shell.nix COPY shell.nix shell.nix
# to make multiple python versions and monero test suite available, run docker build # to make multiple python versions and monero test suite available, run docker build