1
0

Add zip, tar, separate build phase
All checks were successful
Build and test project / build-and-test (push) Successful in 1m43s

This commit is contained in:
2026-03-17 19:33:09 +01:00
parent 0f691fce94
commit 92c47c0d9b

View File

@@ -1,10 +1,14 @@
providers = ["python"]
[phases.setup]
nixPkgs = ["git", "curl", "python3Minimal"]
nixPkgs = ["git", "curl", "python3Minimal", "zip", "gnutar"]
paths = ["/usr/local/go/bin"]
cmds = [
"curl -sSfL https://go.dev/dl/go1.23.12.linux-amd64.tar.gz | tar -xz -C /usr/local",
]
[phases.build]
cmds = [
"cd kobopatch-wasm && bash setup.sh",
"cd kobopatch-wasm && bash build.sh",
"cd nickelmenu && bash setup.sh",