Skip to content

chore: nix shell to support playwright e2e tests #12917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove shellhook message
Co-authored-by: Kayla Washburn-Love <mckayla@hey.com>
  • Loading branch information
Emyrk and aslilac authored Apr 10, 2024
commit 71f11a6326ccc69b554e1d5ecaa02fdc8d0025f8
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
devShell = pkgs.mkShell {
buildInputs = devShellPackages;
shellHook = ''
echo "Welcome to the nix shell development environment!"
export PLAYWRIGHT_BROWSERS_PATH=${pkgs.playwright-driver.browsers}
export PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS=true
'';
Expand Down