build: Introduce Poetry

This commit is contained in:
Alessandro Candido
2024-02-08 16:29:25 +01:00
parent 5c24cc34c5
commit eec44f0621
3 changed files with 793 additions and 6 deletions

View File

@@ -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";
};
}