1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 13:59:17 +00:00
trezor-firmware/ci/pyright/generate-dependencies.sh

10 lines
210 B
Bash
Raw Normal View History

2022-01-05 16:31:31 +00:00
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p nodePackages.node2nix
node2nix \
--nodejs-14 \
--development \
--input package.json \
--output node-packages.nix \
--composition node-composition.nix