Re: delete profile

2017-03-16 Thread Pjotr Prins
Thanks for the explanation :)

Re: delete profile

2017-03-16 Thread Alex Kost
Pjotr Prins (2017-03-14 15:18 +) wrote: > On Tue, Mar 14, 2017 at 05:28:52PM +0300, Alex Kost wrote: >> No, "$HOME/guix-test-profile" was not a symlink to >> "/var/guix/profiles/...". Try this: > > Hmmm. You are right. ~/.guix-profile, meanwile, does point inside > /var/guix. Yes, "~/.guix-p

Re: delete profile

2017-03-16 Thread Alex Kost
Federico Beffa (2017-03-14 17:43 +0100) wrote: > Alex Kost writes: > >> Federico Beffa (2017-03-14 09:42 +0100) wrote: >> >>> Pjotr Prins writes: >>> 'guix -p $HOME/guix-test-profile' lists only 1 generation (but I did >>> create another one and then I rolled-back). >>> >>> I run 'guix gc' and n

Re: delete profile

2017-03-15 Thread Ludovic Courtès
Andy Wingo skribis: > On Tue 14 Mar 2017 17:43, Federico Beffa writes: > >> Alex Kost writes: >> >>> Federico Beffa (2017-03-14 09:42 +0100) wrote: >>> I run 'guix gc' and now I find dangling symlinks in my $HOME. >>> >>> What dangling symlinks? Just remove them :-) >> >> Of this type: >>

Re: delete profile

2017-03-15 Thread Andy Wingo
On Tue 14 Mar 2017 17:43, Federico Beffa writes: > Alex Kost writes: > >> Federico Beffa (2017-03-14 09:42 +0100) wrote: >> >>> I run 'guix gc' and now I find dangling symlinks in my $HOME. >> >> What dangling symlinks? Just remove them :-) > > Of this type: > > $HOME/guix-test-profile-XXX-link

Re: delete profile

2017-03-14 Thread Federico Beffa
Alex Kost writes: > Federico Beffa (2017-03-14 09:42 +0100) wrote: > >> Pjotr Prins writes: >> 'guix -p $HOME/guix-test-profile' lists only 1 generation (but I did >> create another one and then I rolled-back). >> >> I run 'guix gc' and now I find dangling symlinks in my $HOME. > > What dangling

Re: delete profile

2017-03-14 Thread Pjotr Prins
On Tue, Mar 14, 2017 at 05:28:52PM +0300, Alex Kost wrote: > No, "$HOME/guix-test-profile" was not a symlink to > "/var/guix/profiles/...". Try this: Hmmm. You are right. ~/.guix-profile, meanwile, does point inside /var/guix. I have wondered before how GC works on profiles not in /var/guix. W

Re: delete profile

2017-03-14 Thread Alex Kost
Federico Beffa (2017-03-14 09:42 +0100) wrote: > Pjotr Prins writes: > >> On Mon, Mar 13, 2017 at 10:35:56PM +0300, Alex Kost wrote: >>> Federico Beffa (2017-03-12 18:28 +0100) wrote: >>> >>> > Hi, >>> > >>> > I've created a profile for test purposes with >>> > >>> > guix package -p $HOME/guix-t

Re: delete profile

2017-03-14 Thread Alex Kost
Pjotr Prins (2017-03-14 05:55 +) wrote: > On Mon, Mar 13, 2017 at 10:35:56PM +0300, Alex Kost wrote: >> Federico Beffa (2017-03-12 18:28 +0100) wrote: >> >> > Hi, >> > >> > I've created a profile for test purposes with >> > >> > guix package -p $HOME/guix-test-profile -m test-manifest.scm >> >

Re: delete profile

2017-03-14 Thread Ludovic Courtès
Hi, Federico Beffa skribis: > I've created a profile for test purposes with > > guix package -p $HOME/guix-test-profile -m test-manifest.scm > > that now I would like to delete. I've looked up the documentation but > not found any suitable command. What's the recommended procedure to > delete

Re: delete profile

2017-03-14 Thread Federico Beffa
Pjotr Prins writes: > On Mon, Mar 13, 2017 at 10:35:56PM +0300, Alex Kost wrote: >> Federico Beffa (2017-03-12 18:28 +0100) wrote: >> >> > Hi, >> > >> > I've created a profile for test purposes with >> > >> > guix package -p $HOME/guix-test-profile -m test-manifest.scm >> > >> > that now I would

Re: delete profile

2017-03-13 Thread Pjotr Prins
On Mon, Mar 13, 2017 at 10:35:56PM +0300, Alex Kost wrote: > Federico Beffa (2017-03-12 18:28 +0100) wrote: > > > Hi, > > > > I've created a profile for test purposes with > > > > guix package -p $HOME/guix-test-profile -m test-manifest.scm > > > > that now I would like to delete. I've looked up

Re: delete profile

2017-03-13 Thread Alex Kost
Federico Beffa (2017-03-12 18:28 +0100) wrote: > Hi, > > I've created a profile for test purposes with > > guix package -p $HOME/guix-test-profile -m test-manifest.scm > > that now I would like to delete. I've looked up the documentation but > not found any suitable command. What's the recommend

delete profile

2017-03-12 Thread Federico Beffa
Hi, I've created a profile for test purposes with guix package -p $HOME/guix-test-profile -m test-manifest.scm that now I would like to delete. I've looked up the documentation but not found any suitable command. What's the recommended procedure to delete it? Thanks, Fede