this post was submitted on 09 Jun 2023
1 points (100.0% liked)

nixos

1247 readers
1 users here now

All about NixOS - https://nixos.org/

founded 4 years ago
 

Hello, I was wondering what version (23.05, 22.11, unstable, etc) of nixpkgs you use. I personally use unstable, and it's never broken.

Edit: I also have a master input in my flake, which I added just for XIVLauncher (context: someone made a PR to fix it not building, and it got merged into master, but last time I checked it wasn't backported to unstable)

top 6 comments
sorted by: hot top controversial new old
[–] eursec@feddit.nl 3 points 1 year ago

Unstable always. Very rarely the build breaks, but that just means I can't update my systems for a few days. Due to the atomic updates, my systems themselves have never broken.

[–] rycee@lemmy.world 2 points 1 year ago

Still on 22.11 with various cherry-picked commits from unstable. Will switch to 23.05 when I have some spare time.

[–] Klaymore@sh.itjust.works 1 points 1 year ago

unstable all the way babyyyyyy

[–] Corngood@lemmy.ml 0 points 1 year ago (1 children)

I use a fork (with some stuff I haven't cleaned up enough to PR) that I rebase on master whenever I decide to upgrade, because I like maximum pain.

Although honestly it's still really stable. When something breaks, it's usually easy to bisect and fix.

[–] priapus@sh.itjust.works 1 points 1 year ago (1 children)

Is there a reason you rebase on master instead of just unstable?

[–] Corngood@lemmy.ml 1 points 1 year ago

I find it very easy to bisect and fix problems in nixpkgs, and it seems like a good way to contribute. I can do upgrades whenever I feel like it, and it's trivial to roll back, so it's never blocking me when I need to get other work done.