New builds

This commit is contained in:
retropikzel 2026-07-22 21:34:26 +03:00
parent 42c81ad668
commit 8521b07a80
1 changed files with 5 additions and 5 deletions

View File

@ -13,9 +13,9 @@
"./tap-test-program")))) "./tap-test-program"))))
(map (lambda (scheme) (map (lambda (scheme)
`((name ,scheme) `(makings ((name ,scheme)
(image ,(string-append "schemers/" scheme ":head")) (image ,(string-append "schemers/" scheme ":head"))
(stages (stages
(init ,@init) (init ,@init)
(tap ,@(tap scheme))))) (tap ,@(tap scheme))))))
'("chibi"))) '("chibi")))