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