From 1b70285c0e75aa40479d83552a7067de54c0b463 Mon Sep 17 00:00:00 2001 From: gavinleroy Date: Thu, 9 Jan 2025 10:20:20 -0500 Subject: [PATCH] flake --- 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}"; };