Skip to content

Commit

Permalink
Fix bash line 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Chursinau committed Feb 22, 2024
1 parent a0449d3 commit e12b6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
(
cd ./mantis
nix develop --impure --command poetry run pytest
nix develop --impure --command poetry run ruff check . --exit-non-zero-on-fix --verbose
nix develop --impure --command poetry run ruff check . --exit-non-zero-on-fix --fix-only --verbose
nix develop --impure --command poetry run ruff format . --verbose
nix develop --impure --command poetry build -vvv
nix develop --impure --command poetry run blackbox/ -vvv &
Expand Down

0 comments on commit e12b6b1

Please sign in to comment.