1 #!/usr/bin/env nix-shell
2 #! nix-shell -i bash -p nodePackages.node2nix
4 # Run this script not via `./generate.sh`, but via `$PWD/generate.sh`.
5 # Else `nix-shell` will not find this script.
9 cd -- "$(dirname -- "$BASH_SOURCE[0]")"
13 --input node-packages.json \
14 --output node-packages-generated.nix \
15 --composition node-packages.nix \
16 --node-env ..
/..
/..
/development
/node-packages
/node-env.nix