This commit is contained in:
Daniel Ziltener 2023-11-30 13:39:17 +01:00
parent 7b46b5f228
commit bf411365ca
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -32,7 +32,8 @@
(lambda (port)
(read port)
(read port)
(eval (cadar (last-pair (read port)))))))
(eval (cadar (last-pair (read port)))
(interaction-environment)))))
(operating-system
(host-name "ziltis-machine")