eintopf: fix frontend build

This commit is contained in:
ghpzin 2024-08-20 00:40:06 +03:00
parent 64481d023a
commit 6d206633f6
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
sourceRoot = "${finalAttrs.src.name}/backstage";
offlineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/yarn.lock";
yarnLock = "${finalAttrs.src}/backstage/yarn.lock";
hash = "sha256-Z/Pkk/qCWwr99g11DjEgnisPfxOhfD8+OCn6otxJtfI=";
};