From 596198c2bab53b954cfc401d0c60ebab3e26a890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20L=C3=BCtke?= Date: Mon, 18 May 2026 02:59:20 +0000 Subject: [PATCH] fix: update nix module hashes --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7fd8014..02a3b0b 100644 --- a/flake.nix +++ b/flake.nix @@ -44,8 +44,8 @@ }); nodeModulesHashes = { - x86_64-linux = "sha256-zee2c7LS+JxpZOpdWG2qyUKlS7EJq2PL/wSo+AewJ9g="; - aarch64-darwin = "sha256-qL80cpCrl3BbEWqmYStRuTDJlIIAFW1Y71YbJOeu/f0="; + x86_64-linux = "sha256-sVXoNWIcx1RYRtRWB4F2j7x8/cabFBKq+plFhPU7tBc="; + aarch64-darwin = "sha256-gDyJ5boyH44SeXlKo+W4G36GSUejyXP5PFvW+dFS1Mk="; # Populate these on first build for additional hosts if/when needed. aarch64-linux = pkgs.lib.fakeHash;