Update flake

This commit is contained in:
thiloho
2025-03-09 16:37:01 +01:00
parent c76c5cc0a3
commit 4afd58c24d
4 changed files with 17 additions and 17 deletions

View File

@@ -38,7 +38,7 @@
web = pkgs.mkShell {
packages = with pkgs; [ nodejs ];
shellHook = ''
export PLAYWRIGHT_BROWSERS_PATH=${pkgs.playwright-driver.browsers}
export PLAYWRIGHT_BROWSERS_PATH=${pkgs.playwright.browsers}
export PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS=true
'';
};