From: Luis Felipe <sirgazil@zoho.com>
To: gfp <gfp@posteo.at>, Guix Help <help-guix@gnu.org>
Subject: Re: how can I put the Emacs manifest from a profile to the main profile
Date: Sat, 14 Dec 2024 18:13:26 +0000 [thread overview]
Message-ID: <85e37e02-0e71-46d1-b3ea-97a677da3b1d@zoho.com> (raw)
In-Reply-To: <32b61225-7354-4a4f-a095-cdecd93dbe6e@posteo.at>
[-- Attachment #1.1.1: Type: text/plain, Size: 1009 bytes --]
Hi Gottfried,
On 14/12/24 15:29, gfp wrote:
> Hi Guix,
>
> I created a manifest for Emacs and put it in a separate profile.
>
> How can I now transfer this manifest to my main profile?
If you still have a copy of both manifests, the one that declares Emacs
things only and the one that declares what goes into your default user
profile, then you simply tell guix to use both manifests to create a new
generation of your main profile:
guix package -m path/to/manifest-emacs.scm -m path/to/manifest-main.scm
If you lost any of your manifest files, you can export them from their
corresponding profiles. For example,
❶ Ask guix to list the profiles it knows about (maybe your
Emacs-specific profile will be listed):
guix package --list-profiles
❷ Export a manifest from a given profile (your Emacs profile, for example):
guix package --export-manifest
--profile=/path/to/gottfried-emacs-profile > manifest-emacs.scm
I hope that helps,
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2881 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
prev parent reply other threads:[~2024-12-14 18:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-14 15:29 how can I put the Emacs manifest from a profile to the main profile gfp
2024-12-14 18:07 ` Cayetano Santos
2024-12-14 19:33 ` gfp
2024-12-14 20:00 ` Cayetano Santos
2024-12-14 18:13 ` Luis Felipe [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=85e37e02-0e71-46d1-b3ea-97a677da3b1d@zoho.com \
--to=sirgazil@zoho.com \
--cc=gfp@posteo.at \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.