style(qmd): clean up stale npmDepsHash comment
Some checks failed
CI / check (push) Successful in 1m55s
CI / build-and-cache (push) Successful in 1m29s
CI / Build & Push OpenClaw Image (push) Failing after 1m30s
CI / Deploy OpenClaw to Cluster (push) Has been skipped

This commit is contained in:
2026-04-20 21:33:58 -07:00
parent 9e316902f6
commit 80e520bb23

View File

@@ -28,7 +28,7 @@ buildNpmPackage rec {
cp ${./package-lock.json} package-lock.json
'';
# Will be updated on first build attempt — nix will report the correct hash
# npmDepsHash matches the vendored package-lock.json
npmDepsHash = "sha256-3sis2NIuPDnwAOzWEQBcA+VUsMaxO8Nkuk6wCJ9foBA=";
nodejs = nodejs_22;