This commit is contained in:
Daniel Ziltener 2023-11-30 13:38:12 +01:00
parent 8de4606121
commit 7b46b5f228
Signed by: zilti
GPG key ID: B38976E82C9DAE42

View file

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