clan-app/devshell: remove duplicate python3

we already get python3 from the frontend.
This commit is contained in:
Jörg Thalheim
2025-05-15 15:03:35 +02:00
parent 70409070e6
commit 9e8fefc64b

View File

@@ -6,7 +6,6 @@
clan-app-ui,
clan-ts-api,
process-compose,
python3,
json2ts,
self',
}:
@@ -21,7 +20,6 @@ mkShell {
packages = [
# required for reload-python-api.sh script
python3
json2ts
];