diff options
Diffstat (limited to 'gnu/ci.scm')
| -rw-r--r-- | gnu/ci.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index 5ab1b51d829..babbb60f810 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm | |||
| @@ -354,6 +354,7 @@ SYSTEM." | |||
| 354 | (>>= (profile-derivation (packages->manifest (list guix))) | 354 | (>>= (profile-derivation (packages->manifest (list guix))) |
| 355 | (lambda (profile) | 355 | (lambda (profile) |
| 356 | (self-contained-tarball "guix-binary" profile | 356 | (self-contained-tarball "guix-binary" profile |
| 357 | #:profile-name "current-guix" | ||
| 357 | #:localstatedir? #t | 358 | #:localstatedir? #t |
| 358 | #:compressor | 359 | #:compressor |
| 359 | (lookup-compressor "xz"))))) | 360 | (lookup-compressor "xz"))))) |
