Update Nix module

This commit is contained in:
thiloho
2025-01-30 00:16:50 +01:00
parent fba3aef8aa
commit c97347e760
2 changed files with 14 additions and 10 deletions

View File

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