From 7a45a878e932561259b2997148d198d9196b9351 Mon Sep 17 00:00:00 2001 From: Jet Date: Thu, 26 Mar 2026 21:30:25 -0700 Subject: [PATCH] fix: recalculate hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 90e7162..ee51f59 100644 --- a/flake.nix +++ b/flake.nix @@ -80,7 +80,7 @@ pname = "jet-website"; version = "0.1.0"; src = pkgs.lib.cleanSource ./.; - npmDepsHash = "sha256-hAPfXGje+8pjMRZ5KZKcbu+TgZ9uy+dbYIFVrNQsItg="; + npmDepsHash = "sha256-O4ZUSYyVWOxP15saIadsaZuRO47Y0AvsL4pwvo5b76U="; # Inject the Nix-built WASM before npm install resolves file: dep postPatch = ''