• Robert7301201@slrpnk.net
        link
        fedilink
        arrow-up
        2
        ·
        19 hours ago

        As a NixOS user, what are some things I would like about Guix? The webpage mostly covers features already present in NixOS, so I’m curious how they diverge.

        • GlowingDeer@infosec.pub
          link
          fedilink
          arrow-up
          1
          ·
          1 hour ago
          1. Superior Error handling and debugging(with Lisp REPL) thanks to Guile Scheme language.
          2. Guile scheme is easier to write and understand. It has a mature ecosystem of libraries and standard programming constructs (macros, recursion, higher-order functions)
          3. In Guix System, the package manager, the build system, and the system configuration are all written in the same language.
          4. No systemd, Guix system uses GNU Shepherd. You define services directly in Guile Scheme. This allows for dynamic service manipulation, hot-swapping, and introspection using the same language as the rest of the system.
          5. Guix home (the home manager) is built in and very easy to use if you already got the hang of Guile Scheme.
          6. Guix uses linux-libre, which is fully free kernel. If your hardware is not supported (likely) there is a nonguix channel to get proprietary packages to make it work.
          7. The standard guix repository contains only free software. Proprietary software can be installed via some other channels, but not recommended.
        • JackbyDev@programming.dev
          link
          fedilink
          English
          arrow-up
          2
          ·
          17 hours ago

          If NixOS uses systemd that’s the difference probably, my understanding is that guix is a non-systemd distro. (I am not who you replied to, just trying to help.)