From 13e91f2dafc9f70122c60d95a3f57b07b31ae7c1 Mon Sep 17 00:00:00 2001 From: Gavin Gray <20209337+gavinleroy@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:21:44 -0500 Subject: [PATCH] v0.3.5 (#154) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bc378f52c..d93e61c14 100644 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,7 @@ RUSTC_LINKER = "${llvmPackages.clangUseLLVM}/bin/clang"; # NOTE: the version of playwright-driver must match the version of - # playwright in the embed and standalone packages. + # playwright in the frontend embed and standalone packages. PLAYWRIGHT_BROWSERS_PATH="${playwright-driver.browsers}"; };