forked from DGNum/metis
fix: downgrade nodejs version to avoid lock issues
This commit is contained in:
parent
8645584cb3
commit
5d53c11d6b
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ pkgs ? import ./nix {} }:
|
{ pkgs ? import ./nix {} }:
|
||||||
pkgs.npmlock2nix.shell {
|
pkgs.npmlock2nix.shell {
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
nodejs = pkgs.nodejs-12_x;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue