Add flake.lock and update flake.nix to use poetry directly
Some checks failed
Safety / security (push) Failing after 1s

This commit is contained in:
2025-12-28 23:00:00 -06:00
parent e817238fb9
commit 62c280daf2
2 changed files with 62 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
python
pythonPackages.poetry
poetry
pythonPackages.build
pythonPackages.pip
pythonPackages.setuptools