From 641f875054aca082ecbe83c99f08793d6a52c845 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 26 Aug 2025 20:58:37 +0100 Subject: guix: Set HOME for Guix. --- .guix/cwl-conformance.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.guix/cwl-conformance.scm b/.guix/cwl-conformance.scm index aad3b3a..b0eb985 100644 --- a/.guix/cwl-conformance.scm +++ b/.guix/cwl-conformance.scm @@ -33,6 +33,8 @@ (use-modules (guix build utils) (ice-9 match)) + ;; Guix peeks into HOME. + (setenv "HOME" (getcwd)) ;; cwltest writes out output directories to TMPDIR, but does not clean ;; up after. So, we set TMPDIR to our own temporary directory that we ;; can manage easily. See pending issue on cleaning up temporary output -- cgit 1.4.1