this post was submitted on 28 Jul 2024
808 points (97.8% liked)

linuxmemes

20986 readers
1677 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] shy_mia@lemmy.blahaj.zone 7 points 2 months ago (2 children)

    Yes, it's the most stable yet infuriating experience I've ever had with Linux. I'm currently using it, but I don't know for how much longer...

    [–] areyouevenreal@lemm.ee 2 points 2 months ago (3 children)

    How unstable is the unstable branch exactly?

    [–] shy_mia@lemmy.blahaj.zone 6 points 2 months ago* (last edited 2 months ago) (2 children)

    Definitely more stable than Arch. Plus, you can easily roll back if something breaks, and you can choose which packages should use the unstable branch while keeping the overall system stable, which I find amazing. I don't think I've ever had a breaking update, which I can't say about Arch.

    The problem I have with Nix is that you can effectively forget about running random programs or GitHub projects. You either package everything the Nix way or nothing works. As a developer and someone who often likes to try stuff out, that's really annoying. And Nix, the language, is ass, so is the whole build system. Nobody can convince me otherwise.

    [–] BrucePotality@lemmy.dbzer0.com 2 points 2 months ago

    I agree with this, not being able to install things globally or use other package managers like pip was really annoying. I didn’t spend that much time with it to be honest, but just simply trying to set up a dev environment wasn’t fun. Also I’m pretty sure elixir doesn’t work on nix at least when I tried it

    [–] areyouevenreal@lemm.ee 1 points 2 months ago* (last edited 2 months ago) (1 children)

    You can also rollback changes on arch using snapper.

    [–] shy_mia@lemmy.blahaj.zone 3 points 2 months ago

    It's not really the same thing though, those are filesystem snapshots, not package registry snapshots. Think of Nix generations as blueprints of how to construct your OS and environment, not the files themselves (though those are certainly required). I'm not quite sure how to explain it, but it's a lot more powerful than what basically amounts to a backup.

    [–] tatterdemalion@programming.dev 2 points 2 months ago* (last edited 2 months ago)

    You should say "unstable channel". It's literally just a rolling release that pulls from the nixpkgs master branch. So it's only as stable as it needs to be to pass the Hydra CI tests.

    And if you get to a working version, you can pin that as a Nix flake to avoid anything breaking until the next time you nix flake update.

    [–] histic@lemmy.dbzer0.com 0 points 2 months ago

    Not anymore then arch imo unstable is just rolling release compared to the specific versions which are more like fedora or similar

    [–] aidan@lemmy.world 2 points 2 months ago

    I've been tempted by Guix