guix-home-service-type does not create new home generations

  • Open
  • quality assurance status badge
Details
One participant
  • Richard Sent
Owner
unassigned
Submitted by
Richard Sent
Severity
normal

Debbugs page

Richard Sent wrote 9 months ago
(address . bug-guix@gnu.org)
87cyoip2dz.fsf@freakingpenguin.com
Hi Guix.

This is a continuation of a previous discussion [1]. I'm opening a
standalone bug to try and track it better.

At present, when guix-home-service-type is used, new home generations
are never created/registered. This causes commands that operate on
home-generations to return inaccurate or garbage information. For
instance, guix home describe -I will not report the current list of
installed packages.

Defining the interactions between guix-home-service-type and various
guix home subcommands is challenging. The proper behavior is not always
obvious [1]. Per a followup from Ludo [2], a good starting point is for
a new home generation to be created when activating a new system while
using guix-home-service-type.


--
Take it easy,
Richard Sent
Making my computer weirder one commit at a time.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71571@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71571
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help