style(qmd): clean up stale npmDepsHash comment
This commit is contained in:
@@ -28,7 +28,7 @@ buildNpmPackage rec {
|
|||||||
cp ${./package-lock.json} package-lock.json
|
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=";
|
npmDepsHash = "sha256-3sis2NIuPDnwAOzWEQBcA+VUsMaxO8Nkuk6wCJ9foBA=";
|
||||||
|
|
||||||
nodejs = nodejs_22;
|
nodejs = nodejs_22;
|
||||||
|
|||||||
Reference in New Issue
Block a user