7 lines
129 B
Bash
7 lines
129 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -p nodePackages.node2nix -i bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
node2nix -i "package.json" --nodejs-12
|