Force Python 3.10

This commit is contained in:
2024-11-21 15:48:53 +01:00
parent e553adc033
commit 89e4c5e7f0
3 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ in rec {
inherit (pyproject.project) name version;
deps = {nixpkgs, ...}: {
python = nixpkgs.python3;
python = nixpkgs.python310;
inherit (nixpkgs) openssl;
};