Skip to content

Commit

Permalink
chore: switch to poetry for build system
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Jan 10, 2024
1 parent 425e277 commit a3d01d7
Show file tree
Hide file tree
Showing 3 changed files with 654 additions and 22 deletions.
5 changes: 4 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
{
languages.python = {
enable = true;
venv.enable = true;
poetry = {
enable = true;
activate.enable = true;
};
};

languages.rust = {
Expand Down
Loading

0 comments on commit a3d01d7

Please sign in to comment.