mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
pull: Create a version 3 manifest.
This makes the profile readable by older Guix instances. This is a
followup to c9fbd40785
.
Fixes <https://issues.guix.gnu.org/57306>.
Reported by Arun Isaac <arunisaac@systemreboot.net>.
* guix/profiles.scm (%manifest-format-version): Export.
* guix/scripts/package.scm (build-and-use-profile): Add #:format-version
and pass it to 'profile-derivation'.
* guix/scripts/pull.scm (build-and-install): Pass #:format-version 3.
This commit is contained in:
parent
270e1b9e1e
commit
67a6828b2b
3 changed files with 6 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
|||
packages->manifest
|
||||
ca-certificate-bundle
|
||||
%default-profile-hooks
|
||||
%manifest-format-version
|
||||
profile-derivation
|
||||
profile-search-paths
|
||||
load-profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue