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
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
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