Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Sep 21, 2023
2 parents 21bd67e + 3606c35 commit 417b74b
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 313 deletions.
3 changes: 3 additions & 0 deletions .changes/0.12.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.12.3 - 2023-09-20
### Fixed
* Hotfix for incorrect var name
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.12.3 - 2023-09-20
### Fixed
* Hotfix for incorrect var name

## 0.12.2 - 2023-09-20
### Added
* Introduced precommit
Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
PROJECT_ROOT=$(git rev-parse --show-toplevel)
echo Setting up Python virtual environment...
[ -d $PROJECT_ROOT/.venv ] || python -m venv $PROJECT_ROOT/.venv
${pkgs.poetry}/bin/poetry config virtualenvs.in-project true
export PATH="$PROJECT_ROOT/.venv/bin:$PATH"
${pkgs.poetry}/bin/poetry install
eval "$(${pkgs.poetry}/bin/poetry env info --path)/bin/activate"
Expand Down
Loading

0 comments on commit 417b74b

Please sign in to comment.