Skip to content

Commit

Permalink
build: Introduce Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Feb 8, 2024
1 parent b232c94 commit 4ba0f7b
Show file tree
Hide file tree
Showing 3 changed files with 793 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@

languages.python = {
enable = true;
# poetry = {
# enable = true;
# install.enable = true;
# install.groups = ["dev" "tests"];
# install.allExtras = true;
# };
poetry = {
enable = true;
install.enable = true;
install.groups = ["dev" "tests"];
install.allExtras = true;
};
version = "3.11";
};
}
Expand Down
Loading

0 comments on commit 4ba0f7b

Please sign in to comment.