From 2ccb715ab3ebef5ddbc53d706cbc42b3b765d613 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sun, 18 Apr 2021 09:31:16 +0200 Subject: ci: tarball: Use "current-guix" as profile name. Fixes: . * gnu/ci.scm (tarball-jobs): Use "current-guix" as profile name. --- gnu/ci.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/ci.scm b/gnu/ci.scm index 5ab1b51d82..babbb60f81 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -354,6 +354,7 @@ SYSTEM." (>>= (profile-derivation (packages->manifest (list guix))) (lambda (profile) (self-contained-tarball "guix-binary" profile + #:profile-name "current-guix" #:localstatedir? #t #:compressor (lookup-compressor "xz"))))) -- cgit v1.2.3