mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-09 17:10:17 +00:00
10 lines
210 B
Bash
10 lines
210 B
Bash
|
#!/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
|