mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
6 lines
196 B
Bash
Executable file
6 lines
196 B
Bash
Executable file
#!/usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p nodePackages.node2nix
|
|
|
|
node2nix --nodejs-10 -i deps.json \
|
|
--no-copy-node-env \
|
|
-e ../../../development/node-packages/node-env.nix -c node.nix
|