feature(devenv): add minimal devenv for nixos

This commit is contained in:
2026-08-25 11:35:39 +02:00
parent 147062b7ac
commit 40474c071e
2 changed files with 9 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
# Skript verwendet nur stdlib, daher nur Python Interpreter
languages.python.enable = true;
}