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) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
63dfb7299f
commit
d83a6d9ec7
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user