We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9961c48 commit 71f11a6Copy full SHA for 71f11a6
flake.nix
@@ -90,7 +90,6 @@
90
devShell = pkgs.mkShell {
91
buildInputs = devShellPackages;
92
shellHook = ''
93
- echo "Welcome to the nix shell development environment!"
94
export PLAYWRIGHT_BROWSERS_PATH=${pkgs.playwright-driver.browsers}
95
export PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS=true
96
'';
0 commit comments