• dino@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    1
    ·
    8 months ago

    We need more GUIX here. Not using the distro but really interested in knowing more about it. Hype seems to be solely focused on NixOS lately.

    • velox_vulnus@lemmy.ml
      link
      fedilink
      arrow-up
      11
      ·
      edit-2
      8 months ago

      I’ve installed it on my dad’s spare laptop, which is a 2019 Celeron machine with just 4GB RAM. It is a pain in the ass if you have non-open source drivers (in my case, the Realtek wifi driver). Building a kernel takes an entire day. Also, there’s no substitute server in Asia, so the download is pretty slow. And Guille is kind of a hard language to learn. At least from what I felt personally.

        • Spore@lemmy.ml
          link
          fedilink
          arrow-up
          7
          ·
          edit-2
          8 months ago

          Guile and Guix is way better documented than Nix. The language have more features, so you don’t have to use a hack to load packages, can actually know what is accepted in a function instead of blindly copying what others do, and it comes with a formatter.

      • highduc@lemmy.ml
        link
        fedilink
        arrow-up
        5
        ·
        8 months ago

        I think the language is harder but more powerful than Nix’s.
        Imo a better manual and examples would help a lot.
        I’d say one of the biggest issues is the one with proprietary drivers - you can’t really find examples and guides on how to get drivers working because it’s kept hush-hush, and to install them yourself requires knowledge on how to set things up, knowledge which beginner users don’t have ofc.
        I’m a big fan of Guix and Guile but atm I couldn’t switch over due to this.

        • velox_vulnus@lemmy.ml
          link
          fedilink
          arrow-up
          5
          ·
          8 months ago

          Actually the proprietary driver setup is easy. The issue, at least for me is having to deal with a long wait time for building drivers. And besides, I’m not really well educated on how to build kernels. Perhaps, we could strip the useless parts and only include the drivers available exclusively in our system, which could speed up the build. And yes, the language is pretty good, almost similar to OCaml, which I like a lot. And it also fixes the issue of having to deal with external scripts, because personally I like uniformity. Nix package is contaminated with Python, Shell and Ruby script, which is something I don’t appreciate.

      • theshatterstone54@feddit.uk
        link
        fedilink
        arrow-up
        3
        ·
        8 months ago

        Building a kernel

        Can’t you just use the standard Linux kernel? You can just tell GUIX to use the standardized kernel in its config file

        • velox_vulnus@lemmy.ml
          link
          fedilink
          arrow-up
          4
          arrow-down
          1
          ·
          edit-2
          8 months ago

          I need to use the Realtek WiFi card. Guix comes with a Libre kernel, which does not have proprietary blobs. In fact, even Firefox is missing from their repository. GNU folks avoid proprietary software religiously.