mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
9 lines
204 B
Bash
9 lines
204 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#! nix-shell -i bash -p nodePackages.node2nix
|
||
|
|
||
|
node2nix \
|
||
|
--node-env node-env.nix \
|
||
|
--input package.json \
|
||
|
--output node-packages.nix \
|
||
|
--composition node-composition.nix
|