Merge branch 'main' into next

This commit is contained in:
Aarnav Tale 2025-08-20 15:14:17 -04:00 committed by GitHub
commit 82f6294499
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 24 additions and 25 deletions

View file

@ -26,11 +26,11 @@ in
dontCheckForBrokenSymlinks = true;
pnpmDeps = pnpm_10.fetchDeps {
inherit pname version src;
fetcherVersion = 2;
hash = "sha256-drsQWU1/cDcbJ75CerXQSYFNNAOgaX6rFn6wRom8fiU=";
};
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-xjjkqbgjYaAGYAmlTFE+Lq3Hp6myZKaW3br0YTDNhQA=";
fetcherVersion = 1;
};
buildPhase = ''
runHook preBuild