I recently installed Guix in hopes of learning to use it. I wanted to update the system and gathered from the reference card that the proper command was “guix pull”. My issue is that while no error message is given this didn’t seem to update anything after. One thing that makes me think this is that I’m still on the 6.0.10 kernel as I was before. Am I doing this wrong ?

  • @CaptainRipcord@lemmygrad.ml
    link
    fedilink
    19 months ago

    guix pull updates package definitions. guix package -u upgrades packages.

    I believe the Ubuntu equivalent is apt-get update and apt-get upgrade