flake: switch to more recent poetry version

This commit is contained in:
Pierre Bourdon
2023-01-19 12:16:43 +01:00
parent ebd068ce2e
commit 2f8a2aa17f

View File

@@ -36,7 +36,7 @@
defaultPackage = pkgs.fifoci-runner;
devShells.default = with pkgs; mkShell {
buildInputs = [ postgresql python3Packages.poetry ];
buildInputs = [ poetry postgresql ];
};
}
));