From 5dd038586f94c1b1d2bdd4fd09fecf1a94b4de6e Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Fri, 20 Feb 2026 20:08:29 +1100 Subject: [PATCH] Add react-doctor derivation --- pkgs/react-doctor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/react-doctor.nix b/pkgs/react-doctor.nix index 68e155e..6b687c1 100644 --- a/pkgs/react-doctor.nix +++ b/pkgs/react-doctor.nix @@ -10,7 +10,7 @@ buildNpmPackage rec { hash = "sha256-T8szJcXeqIWmZQU/D4KpeFU1ZXilThL5JBmw2Y0hZkw="; }; - npmDepsHash = lib.fakeSha256; + npmDepsHash = lib.fakeHash; npmBuild = "build";