nix-bitcoin/pkgs/spark-wallet/default.nix
2021-12-15 10:58:04 +01:00

9 lines
216 B
Nix

{ 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;
}