spark-wallet: use node package lockfile
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{ stdenv, pkgs, lib }:
|
||||
lib.head (builtins.attrValues (import ./composition.nix {
|
||||
inherit pkgs;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
}))
|
||||
{ pkgs }:
|
||||
let
|
||||
nodePackages = import ./composition.nix { inherit pkgs; };
|
||||
in
|
||||
nodePackages.package.override {
|
||||
# Required because spark-wallet uses `npm-shrinkwrap.json` as the lock file
|
||||
reconstructLock = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user