From 51129efbd6f3c04c5c65438b709ed638cd9cb902 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 21 Jan 2026 17:19:02 -0500 Subject: [PATCH] Missed one time machine --- .builds/guix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/guix.yml b/.builds/guix.yml index b2d0e057a9a48527404e9119d4d3df43641dcaaa..581fb50e0806f1a6cb68d855e71d769bd2963ea0 100644 --- a/.builds/guix.yml +++ b/.builds/guix.yml @@ -15,7 +15,7 @@ tasks: sed '/^;;;;$/q' sgx-jmp/guix.scm >> sgx-jmp.scm printf "(define-public sgx-jmp\n\t" >> sgx-jmp.scm cd sgx-jmp - printf '(load "%s/guix.scm")\n(write sgx-jmp-baked)\n' "$(pwd)" | guix repl /dev/stdin >> ../sgx-jmp.scm + printf '(load "%s/guix.scm")\n(write sgx-jmp-baked)\n' "$(pwd)" | guix time-machine --commit=3455a004ec78a8c8a579b74da8039fbcd36cea73 -- repl /dev/stdin >> ../sgx-jmp.scm cd - printf ")\n" >> sgx-jmp.scm rm -f sgx-jmp/guix.scm