chore(devenv): update devenv with fixed python version

This commit is contained in:
2026-04-30 16:46:32 +02:00
parent e9ac770dd6
commit cbbc24179c
+1
View File
@@ -3,6 +3,7 @@
{ {
languages.python = { languages.python = {
enable = true; enable = true;
version = "3.14.4"
venv.enable = true; venv.enable = true;
venv.requirements = '' venv.requirements = ''
ipython ipython