feat(web): add repo link

This commit is contained in:
2026-08-21 21:07:30 +02:00
parent 2d147fd97a
commit 7c8ac0c447
4 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation (finalAttrs: {
yarnOfflineCache = fetchYarnDeps {
yarnLock = finalAttrs.src + "/yarn.lock";
hash = "sha256-ApqiC2ZS4GzKRXwPCb7KiMO1IemnNU7ykUYlgMp2XjE=";
hash = "sha256-okhACATsv6jqUrbvoRN+PTTc3FbqDT7iocnL6lr7R70=";
};
yarnBuildScript = "build-no-wasm";