guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Transition to /gnu/store


From: Ludovic Courtès
Subject: Re: Transition to /gnu/store
Date: Wed, 19 Mar 2014 21:50:16 +0100
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

FWIW I’ve migrated my laptop to /gnu/store, and also switched to a
different $localstatedir (meaning that the store’s DB, build log
directory, profiles, etc. are stored in a different place.)

After that, I ended up starting from an empty profile (because the old
one was elsewhere.)  So I recreated my profile with:

  guix package -i $(guix package -I . \
    -p /nix/var/nix/profiles/per-user/ludo/guix-profile | \
    cut -f1,3 | sed -e's/\t/:/g')

where /nix/var/../guix-profile is the old profile.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]