forked from DGNum/metis
5 lines
68 B
Nix
5 lines
68 B
Nix
|
{ pkgs ? import ./nix {} }:
|
||
|
pkgs.npmlock2nix.shell {
|
||
|
src = ./.;
|
||
|
}
|