#install certain version
guix package -i [email protected]
#install certain version with certain output
guix package -i [email protected]:cargo
#it seems when one wants additional output one can just do - this is yet to be tested
guix package -i [email protected]:rustfmt

# On a foreign distro, you can upgrade the build daemon by running:

sudo -i guix pull

#followed by (assuming your distro uses the systemd service management tool):

systemctl restart guix-daemon.service

# updates
guix pull

# update everything except for rust
guix package --do-not-upgrade=rust -u

# delete rust
guix remove rust:cargo
guix remove rust:rustfmt