mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 14:43:47 +00:00
7 lines
187 B
Bash
7 lines
187 B
Bash
![]() |
#!/usr/bin/env nix-shell
|
||
|
#! nix-shell -i bash -p nodePackages.node2nix
|
||
|
|
||
|
node2nix -6 -i deps.json \
|
||
|
--no-copy-node-env \
|
||
|
-e ../../../development/node-packages/node-env.nix -c node.nix
|