diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 7a26c72778..105ed8375d 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -219,6 +219,7 @@ all its dependencies, and ready to be installed on non-GuixSD distributions.") (>>= (profile-derivation (packages->manifest (list guix))) (lambda (profile) (self-contained-tarball "guix-binary" profile + #:localstatedir? #t #:compressor (lookup-compressor "xz"))))) #:system system))))