mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
6 lines
306 B
Bash
6 lines
306 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#! nix-shell -i bash -p nodePackages.node2nix
|
||
|
|
||
|
# XXX: --development is given here because we need access to gulp in order to build OnlyKey.
|
||
|
exec node2nix --nodejs-14 --development -i package.json -c onlykey.nix -e ../../../development/node-packages/node-env.nix --no-copy-node-env
|