From d83a6d9ec75ef388a417885c42b3bf6c0f2c2267 Mon Sep 17 00:00:00 2001 From: Maulana Sodiqin Date: Sun, 12 Apr 2026 23:15:25 +0700 Subject: [PATCH] fix(nix): update npmDepsHash after adding shadcn deps package-lock.json berubah karena +20 radix-ui primitives, lucide-react, cmdk, input-otp. Nix CI gagal karena hash npm deps tidak match. Hash baru diambil dari output CI yang gagal. Co-Authored-By: Claude Opus 4.6 (1M context) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 057cb0d..921945e 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ outputs = { self, nixpkgs, flake-utils }: let - npmDepsHash = "sha256-TNtRhzAX+2Ps9m0vcISaP8gPO2NDj0Hrosqg5OOBwUs="; + npmDepsHash = "sha256-IcmCUGguQNIchE2m9Ggim8bo1GZt+yvnHl/pKsnlhvE="; mkViteApp = { pkgs, src }: { name, buildScript, envVars ? {} }: pkgs.buildNpmPackage {