pdm: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:33:33 +01:00
parent 948752958e
commit dbbbe6bf5c
-2
View File
@@ -33,8 +33,6 @@ python.pkgs.buildPythonApplication rec {
version = "2.26.2";
pyproject = true;
disabled = python.pkgs.pythonOlder "3.8";
src = fetchFromGitHub {
owner = "pdm-project";
repo = "pdm";