chore: add python lang support

This commit is contained in:
Mohammad Rafiq 2025-03-22 00:51:52 +08:00
parent c952e6df1e
commit 9b91b4f6ca
No known key found for this signature in database

View file

@ -13,5 +13,6 @@
rust.enable = true;
clang.enable = true;
lua.enable = true;
python.enable = true;
};
}