Picture of Skinner from “The Simpsons” with the linux logo on his face and the word “Pathetic” in the bottom center of the picture.

    • Telodzrum@lemmy.world
      link
      fedilink
      arrow-up
      31
      arrow-down
      2
      ·
      4 months ago

      Hardly, NixOS documentation is trash. The Arch Wiki is essentially the platonic ideal of documentation.

    • CodeGameEat@lemmy.world
      link
      fedilink
      English
      arrow-up
      33
      arrow-down
      7
      ·
      4 months ago

      The difference is I can upgrade my NixOS without breaking everything hahaha. But it has gotten a lot more popular recently, which I think is your analogy? Or because people always bring it up now lol

          • expr@programming.dev
            cake
            link
            fedilink
            arrow-up
            6
            ·
            4 months ago

            The similarities are superficial at best. The only thing similar is that it uses braces for attribute sets (objects) and square brackets for lists. And I guess quotes for strings.

            But otherwise it’s a full (functional) programming language, with functions, variable bindings, etc.

            Flakes aren’t perfect, but they are really good for ensuring that you have completely reproducible builds since the version used for every dependency is pinned.

          • Shareni@programming.dev
            link
            fedilink
            arrow-up
            4
            ·
            4 months ago
            • control the versions of the repo and packages

            • config the official repo (allow unfree packages for example) that doesn’t work unless you’re on nixos

            • add packages from a git repo

            • update package definitions (think apt update)

          • Vuraniute@thelemmy.club
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            4 months ago

            iirc theyre meant to improve reproducibility by using pinned versions of stuff like nixpkgs instead of inheriting from your system which could be a problem if for example someone on 23.11 sends a deriv to someone on 24.05

    • marcos@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      26
      ·
      4 months ago

      Nah, NixOS has a very deserved air of superiority. Arch just fakes its one.

  • Justin@lemmy.kde.social
    link
    fedilink
    English
    arrow-up
    37
    ·
    4 months ago

    I gotta say and it feels weird to but I’m happy Arch are spending a bit longer testing these days. When I used to run it updates just felt rushed into the repo so Arch got it first.

  • Prunebutt@slrpnk.net
    link
    fedilink
    arrow-up
    24
    ·
    edit-2
    4 months ago

    Seriously, the learning curve of nixOS is still… exhausting. Couldn’t get it to run with plasma 6 and wayland and the documentation is so incomplete.

    Edit: Typo

    • ftbd@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      Are you starting fresh or did it work with another DE? Might help in tracking down the problem

      • Prunebutt@slrpnk.net
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        4 months ago

        Fresh install on a VM. Was a bit confused that the default was Xorg. Changing both to wayland and to Plasma 6 was too complicated for me.

        Edit: Typo

        • ftbd@feddit.de
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          4 months ago

          With plasma 6, you need

          services.xserver.displayManager.defaultSession = “plasma”;

          instead of " plasmawayland", since wayland has become the default

        • linearchaos@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          4 months ago

          Oh yeah, I’ve been running nix for a week, it can’t even find plz6 after I added unstable and updated. Lost a couple hours to the attempt, rollback was 30 sec tho

  • Fubarberry
    link
    fedilink
    English
    arrow-up
    19
    ·
    4 months ago

    Couldn’t Arch users just install it through the Nix Package manager?

  • ngn@lemy.lol
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    4 months ago

    fun fact: you could add the extra-testing to repo to get it the first day

  • Lexi Sneptaur@pawb.social
    link
    fedilink
    English
    arrow-up
    10
    ·
    4 months ago

    Considering all of my theming and several of my apps have broken today, and that I’ve had two crashes… I’m glad they took longer.

  • CodeGameEat@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    4 months ago

    @onlinepersona@programming.dev not really about this post, but i see that you have a license link in all your comments. Just curious, do you copy-paste that every time or do you have some automated setup?

    • onlinepersona@programming.devOP
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      2
      ·
      4 months ago

      I do copy paste it. KDE has a tool called klipper that allows to have a clipboard history, so hitting Super+V brings up a dropdown and I can select it. The effort is therefore minimal.

      CC BY-NC-SA 4.0

      • MentalEdge
        link
        fedilink
        arrow-up
        11
        ·
        edit-2
        4 months ago

        Consider using the KDE keyboard shortcut tools to set up a permanent paste keybind instead of using the history.

        For example, I have a keybind that sends a known mouse movement input, which I use to set that known mouse input to always correspond to ten centimeters of on-screen movement.

        Using a keybind would remove the need to ever select the right item from the history, and reduce the clutter in it for copy-pasting other things.

  • genie@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    4 months ago

    How long until “works on my machine” becomes “works on my config”