Update npmDepsHash for backend and frontend packages
This commit is contained in:
@@ -85,14 +85,10 @@ in rec {
|
|||||||
# in the main build.
|
# in the main build.
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
cp backend/package-lock.json .
|
cp backend/package-lock.json .
|
||||||
cd backend
|
|
||||||
patch -p1 < ${./0001-allow-disabling-mining-pool-fetching.patch}
|
patch -p1 < ${./0001-allow-disabling-mining-pool-fetching.patch}
|
||||||
cd ..
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Placeholder: build once, then replace with the hash from the
|
npmDepsHash = "sha256-PhLLW7IFW3B6QrqvSYIyovgNXXwZiiRwX/4JgN2rDkU=";
|
||||||
# "hash mismatch" error output.
|
|
||||||
npmDepsHash = lib.fakeHash;
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
@@ -154,9 +150,7 @@ in rec {
|
|||||||
cp frontend/package-lock.json .
|
cp frontend/package-lock.json .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Placeholder: build once, then replace with the hash from the
|
npmDepsHash = "sha256-fCI491w1htcYarEDbDff34Ir9pxW6E1lUNSCn3Xd+FE=";
|
||||||
# "hash mismatch" error output.
|
|
||||||
npmDepsHash = lib.fakeHash;
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
makeWrapper
|
makeWrapper
|
||||||
|
|||||||
Reference in New Issue
Block a user