python3: now points to python38
Note this also means python3Minimal is now also Python 3.8.
This reverts commit eb1369670b and adds more.
This commit is contained in:
@@ -129,7 +129,7 @@ in {
|
||||
};
|
||||
|
||||
# Minimal versions of Python (built without optional dependencies)
|
||||
python3Minimal = (python37.override {
|
||||
python3Minimal = (python3.override {
|
||||
self = python3Minimal;
|
||||
pythonForBuild = pkgs.buildPackages.python3Minimal;
|
||||
# strip down that python version as much as possible
|
||||
|
||||
Reference in New Issue
Block a user