Skip to content

Commit 5eb86b6

Browse files
committed
fix(node_modules): Update dependencies
1 parent 9213c35 commit 5eb86b6

File tree

3 files changed

+934
-528
lines changed

3 files changed

+934
-528
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
version = "1.0.0";
1818
src = ./.;
1919

20-
npmDepsHash = "sha256-ZM8uVPi2AExmokDc7DvVrXs1dStG5j8M6YmkSUdndUw=";
20+
npmDepsHash = "sha256-1WHA1/KBE0biFuYNJtj2lzBpNhbyOQJCRpSTTLLRpwI=";
2121

2222
# Skip download of Puppeteer's Chromium
2323
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "1";
24+
PUPPETEER_SKIP_DOWNLOAD = "1";
2425

2526
# Skip npm build since there's no build script
2627
dontNpmBuild = true;

0 commit comments

Comments
 (0)