fix(nix): update npmDepsHash after dependency upgrades
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
3f4461c65c
commit
9dabbb625d
@@ -8,7 +8,7 @@
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils }:
|
||||
let
|
||||
npmDepsHash = "sha256-6O36QDvjiD7j5MgBhID3+5IeJ47MUeK/025ZTKD0ltU=";
|
||||
npmDepsHash = "sha256-pzH4uRpuJWBglMFlQ9Q0Sjk689ds3syrJ4Stod21ARU=";
|
||||
|
||||
mkViteApp = { pkgs, src }: { name, buildScript, envVars ? {} }:
|
||||
pkgs.buildNpmPackage {
|
||||
|
||||
Reference in New Issue
Block a user