Skip to content

Commit 198adaf

Browse files
authored
Wallets (#3882)
2 parents e8b9a1a + 4146a90 commit 198adaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+8709
-453
lines changed

app2/app2.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ _: {
1010
let
1111
deps = with jsPkgs; [
1212
python3
13+
stdenv.cc
1314
pkg-config
1415
nodePackages_latest.nodejs
1516
nodePackages_latest."patch-package"
@@ -19,7 +20,7 @@ _: {
1920
{
2021
packages = {
2122
app2 = jsPkgs.buildNpmPackage {
22-
npmDepsHash = "sha256-DmPAUQMgWvH0IzK98DQ4kY3hL5ctEC6d5iM42h3jTWw=";
23+
npmDepsHash = "sha256-4iHm9HkGsQzVmonjtTLbRIHHQRC9ser23gfMzYL6z2A=";
2324
src = ./.;
2425
sourceRoot = "app2";
2526
npmFlags = [ "--legacy-peer-deps" ];

0 commit comments

Comments
 (0)