From a02b9fe016acaabdf1fa0bca7b3f7bc107694730 Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Sun, 5 Apr 2026 18:44:40 -0400 Subject: [PATCH] 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. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9ee88fd..df7d50d 100644 --- a/flake.nix +++ b/flake.nix @@ -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.