fix: update nix flake hash and stabilize bun test ordering

Update x86_64-linux node_modules hash after dependency pinning.
Add _resetProductionModeForTesting to fix getDefaultDbPath test
that fails when bun runs all test files in a single process.
Remove duplicate path/handelize tests from store.test.ts.
This commit is contained in:
Tobi Lutke 2026-04-05 18:44:40 -04:00
parent 66e70c028e
commit a02b9fe016
No known key found for this signature in database

View File

@ -19,7 +19,7 @@
});
nodeModulesHashes = {
x86_64-linux = "sha256-Hymzuiid76j0LbDRACYlRQ2UVxQp7t9xg4nH37l0Keg=";
x86_64-linux = "sha256-D0ezO4vqq4iswcAMU2DCql9ZAQvh3me6N9aDB5roq4w=";
aarch64-darwin = "sha256-/9kp5mNrI7hVR137DRpSuZHnl1RL/wFu2hKyzXW66TU=";
# Populate these on first build for additional hosts if/when needed.