diff options
author | Christopher Baines <mail@cbaines.net> | 2024-06-24 15:17:52 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-06-24 23:02:14 +0100 |
commit | 31bd2156f72dcd9fbdecdd5210f218a93a8382ec (patch) | |
tree | d6698666afd58f8d4808faee07369ed957667d38 /tests | |
parent | d7103eccc9c75ca3e7dcf67a72002276094b8fd4 (diff) | |
download | data-service-31bd2156f72dcd9fbdecdd5210f218a93a8382ec.tar data-service-31bd2156f72dcd9fbdecdd5210f218a93a8382ec.tar.gz |
Support setting environment variables in the inferior
When processing jobs, this is mostly to allow setting GUIX_DOWNLOAD_METHODS.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/jobs-load-new-guix-revision.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jobs-load-new-guix-revision.scm b/tests/jobs-load-new-guix-revision.scm index 1a64ce3..d914eaa 100644 --- a/tests/jobs-load-new-guix-revision.scm +++ b/tests/jobs-load-new-guix-revision.scm @@ -65,6 +65,7 @@ (lambda* (conn store guix-revision-id commit guix-source store-path #:key skip-system-tests? + extra-inferior-environment-variables parallelism) #t)) |