Re: readline problem

2022-01-28 Thread James Smith
So it seems that guix pull should always be followed by guix package -u ? If so, why doesn't guix pull just do the upgrade? Thanks Jim ‐‐‐ Original Message ‐‐‐ On Wednesday, January 19th, 2022 at 2:45 PM, Ricardo Wurmus wrote: > Wiktor Żelazny w...@freeshell.de writes: > > > [[PGP Si

Re: Unable to get rid of guix-past (and unable to pull)

2024-11-27 Thread James Smith
Gabriel Wicki writes: > Howdy! > > So, mysterious things seem to happen on my machines - yes, that's right, > i managed to reproduce the following behaviour. But see yourself: > > Guix pull fails (has guix-past been rebased or force-pushed?) > > gabriel@silvi ~$ guix pull > Updating chan

Is mkdir-p a directory outside of /gnu/store.... possible?

2022-02-17 Thread James Smith via
Hi, I am using the guix package manager on Debian. I guix package --install-from-file-myapp.scm and during the install process I would like to (mkdir-p "$HOME/.config/myapp") and then (system* (cp "/gnu/store/.../myapp/config.txt" "$HOME/.config/myapp")) I launch guix package -i... from my home