fix: arch setup

This commit is contained in:
2025-08-25 11:21:10 +01:00
parent fda1587ca1
commit 2f644336f5
6 changed files with 9 additions and 72 deletions

View File

@@ -62,7 +62,6 @@ binaries: List[Text] = [
# langauge: js
"node",
"npm",
"yarn",
]
binaries = [binary for binary in binaries if binary is not None]