flake: use a more recent poetry version

This commit is contained in:
Pierre Bourdon
2023-02-02 05:13:17 +01:00
parent 5a16f3a1ef
commit 6433c3a660

View File

@@ -26,7 +26,7 @@
defaultPackage = pkgs.analytics-ingest;
devShells.default = with pkgs; mkShell {
buildInputs = [ python3Packages.poetry ];
buildInputs = [ poetry ];
};
}
));