nimbo: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 02:50:31 +01:00
parent 1c5ddc9d34
commit e7e75b8037
-1
View File
@@ -11,7 +11,6 @@ python3.pkgs.buildPythonApplication rec {
pname = "nimbo";
version = "0.3.0";
format = "setuptools";
disabled = python3.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "nimbo-sh";