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"))))
(map (lambda (scheme)
`((name ,scheme)
(image ,(string-append "schemers/" scheme ":head"))
(stages
(init ,@init)
(tap ,@(tap scheme)))))
`(makings ((name ,scheme)
(image ,(string-append "schemers/" scheme ":head"))
(stages
(init ,@init)
(tap ,@(tap scheme))))))
'("chibi")))