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