Skip to content

Commit

Permalink
Update nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Dec 1, 2024
1 parent e390206 commit ad8ba67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ lint:
python -m flake8 **/*.py
format:
python -m black **/*.py
nix-env:
@nix-shell --command 'source "$$(poetry env info --path)/bin/activate"; return'
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ pkgs.mkShell {
shellHook = ''
export PLAYWRIGHT_BROWSERS_PATH=${pkgs.playwright-driver.browsers}
export PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS=true
docker-compose up -d
poetry install && poetry shell
'';
}

0 comments on commit ad8ba67

Please sign in to comment.