synapse-admin: reuse yarn.lock from src

This commit is contained in:
Felix Buehler 2024-07-30 22:56:32 +02:00
parent 099b43b0e0
commit 98772dab45
2 changed files with 1 additions and 6626 deletions

View File

@ -16,11 +16,10 @@ mkYarnPackage rec {
sha256 = "sha256-3MC5PCEwYfZzJy9AW9nHTpvU49Lk6wbYC4Rcv9J9MEg=";
};
yarnLock = ./yarn.lock;
packageJSON = ./package.json;
offlineCache = fetchYarnDeps {
inherit yarnLock;
yarnLock = "${src}/yarn.lock";
hash = "sha256-vpCwPL1B+hbIaVSHtlkGjPAteu9BFNNmCTE66CSyFkg=";
};

File diff suppressed because it is too large Load Diff