5 lines
98 B
Nix
5 lines
98 B
Nix
{ pkgs ? import ./nix { } }:
|
|
pkgs.npmlock2nix.shell {
|
|
src = ./.;
|
|
nodejs = pkgs.nodejs-14_x;
|
|
}
|