spark-wallet: switch from nodejs 10 to 12

nixpkgs starts marking nodejs 10 as insecure because it is end of life.
This commit is contained in:
Jonas Nick
2022-01-20 21:59:01 +00:00
parent b9f9c202f8
commit ffabad225b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-10_x"}:
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
let
nodeEnv = import "${toString pkgs.path}/pkgs/development/node-packages/node-env.nix" {