Force Python 3.10
This commit is contained in:
@@ -14,7 +14,7 @@ in rec {
|
||||
inherit (pyproject.project) name version;
|
||||
|
||||
deps = {nixpkgs, ...}: {
|
||||
python = nixpkgs.python3;
|
||||
python = nixpkgs.python310;
|
||||
inherit (nixpkgs) openssl;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user