5 lines
97 B
Nix
5 lines
97 B
Nix
{ nodejs, importNpmLock }: importNpmLock.buildNodeModules {
|
|
inherit nodejs;
|
|
npmRoot = ./.;
|
|
}
|