Reposting because it looks like federation failed.

I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?

  • @mvirts@lemmy.world
    link
    fedilink
    65 months ago

    I haven’t gnused it, I probably won’t unless I stop using nixos. I haven’t looked into it much, how different from nixos is guix?

    • @jaeme@lemmy.ml
      link
      fedilink
      125 months ago

      Guix System is the NixOS equivalent. It is a GNU FSDG compliant, rolling release, non-systemd GNU/Linux operating system.

      Guix System also has a much smaller community compared to NixOS (also more than a decade younger), but it is a community of passionate hackers who work to improve the distribution one way or the other. The big difference of course being that it is all written in Guile Scheme rather than a Domain Specific Language. So you’ll learn about things like g-expressions (Guix’s take on LISP’s s-expressions), Guix services (system and home), and Guile Scheme itself.

      If you want to work with Guix, you basically have to become a contributor to the project, but it’s really a rewarding experience if you choose to do so.

    • @CanadaPlusOP
      link
      4
      edit-2
      5 months ago

      Moderately. Same rough idea, with a few other things in the blend. For example, I found it via GNU Shepard, which it uses, while Nix sounds like it just uses systemd. The Guix package manager will also compile things from source with custom options if it needs.