Trying out Guix for the first time! Waiting for packages to download.

I’m a long time Arch user. Any tips?!

I’ve heard there aren’t as many packages for Guix as other distros, but I was thinking Flatpak and distrobox will help bridge the gap for me.

  • tasankovasara@sopuli.xyz
    link
    fedilink
    arrow-up
    4
    ·
    2 days ago

    I quit on day two with two takeaways:

    – Hardware must be well supported in fully-libre-land - I was trying to install on a Mac Mini and had to go nonguix pretty much right away. That kind of spoiled the whole effort.

    – Profound meditation and enlightenment on the essence of Scheme is a must. I had one of those ‘no, this is where you don’t want a closing brace’ moments and my zen was blown out of the water.

    I would have soldiered on, but personally I like Arch first and foremost because I can (and do) have a local repo by rsyncing a rotation of mirrors couple of times a week. Just in case the Internet dies one day, you know. I realised Guix was not really suitable for the apocalypse use case, so after that brace episode I decided to stick with what my spine already knows.

    After all that is said – I really hope you fare better :D

    • a Kendrick fan@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      12 hours ago

      personally I like Arch first and foremost because I can (and do) have a local repo by rsyncing a rotation of mirrors couple of times a week.

      Are these mirrors for prebuilt packages? If not, you should be able to pull from other channels, create your own channel and include all your packages while building them locally.

      • tasankovasara@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        ·
        4 hours ago

        Sure, but then I’d be downloading every single source ‘package’ and compiling for both x86 and ARM - not exactly feasible. Keeping just the sources might be an option though. The point is to have the whole repo, not just the packages I use, so that in the SHTF scenario I can help others install Arch and any software they may need on their machines. Muhahaha, Arch will prevail 👻

    • paequ2@lemmy.todayOP
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      Hardware must be well supported in fully-libre-land … had to go nonguix pretty much right away.

      Yep, same here. I started with nonguix. I didn’t realize it was easy to add additional channels.

      Profound meditation and enlightenment on the essence of Scheme is a must. I had one of those ‘no, this is where you don’t want a closing brace’ moments and my zen was blown out of the water.

      Aaaah. I juuuust had this happen to me. Took me a bit to balance the parens again! 😂 Although, so far Scheme seems nicer than Nixlang. I’ve also had curiosity to learn a functional language, so Guix gives me a reason to learn about functional programming.