From 4505d8132e441f90475e0f6ef926a3e44334a5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20L=C3=BCtke?= Date: Sat, 9 May 2026 18:31:26 +0000 Subject: [PATCH] ci(nix): update node module hashes Refresh fixed-output hashes after moving AST grammar packages into runtime dependencies so Nix CI builds the current locked dependency graph. --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3645013..7fd8014 100644 --- a/flake.nix +++ b/flake.nix @@ -44,8 +44,8 @@ }); nodeModulesHashes = { - x86_64-linux = "sha256-D0ezO4vqq4iswcAMU2DCql9ZAQvh3me6N9aDB5roq4w="; - aarch64-darwin = "sha256-qU+9KdR/nTocelyANS09I/4yaQ+7s1LvJNqB27IOK/c="; + x86_64-linux = "sha256-zee2c7LS+JxpZOpdWG2qyUKlS7EJq2PL/wSo+AewJ9g="; + aarch64-darwin = "sha256-qL80cpCrl3BbEWqmYStRuTDJlIIAFW1Y71YbJOeu/f0="; # Populate these on first build for additional hosts if/when needed. aarch64-linux = pkgs.lib.fakeHash;