From dc7ade805202b606eae89f6b366d6e07e111cfca Mon Sep 17 00:00:00 2001 From: Ryuichi Leo Takashige Date: Tue, 10 Feb 2026 19:58:50 +0000 Subject: [PATCH] set the mlx hash --- nix/mlx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/mlx.nix b/nix/mlx.nix index 9213bd969..f29217b85 100644 --- a/nix/mlx.nix +++ b/nix/mlx.nix @@ -50,7 +50,7 @@ let owner = "ml-explore"; repo = "mlx"; tag = "v${version}"; - hash = lib.fakeHash; + hash = "sha256-avD5EGhwgmPdXLAyQSqTO6AXk/W3ziH+f6AetjK3Sdo="; }; patches = [