this post was submitted on 29 Nov 2023
156 points (99.4% liked)

Linux

56565 readers
418 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 2 years ago (3 children)

I'm new to NixOS. Do I have to do anything extra to update NixOS? Or do I just update my flake and run nixos-rebuild switch --flake like I normally do to update packages?

[–] [email protected] 12 points 2 years ago

If you are using flakes you should check your flakes' inputs (probably the one called nixpkgs) and then change the URL to match the channel for 23.11. Finally, you should of course rebuild your system.

[–] [email protected] 3 points 2 years ago (1 children)

You need to update your inputs so that you're using the 23.11 branch of nixpkgs instead of the old one. In my experience, a couple of things will break, but there's usually warnings about it.

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago) (2 children)

Oh okay. That makes sense. I should have mentioned im using unstable as my inputs. So I assume I just need to update.

Edit: I just ran neofetch and apparently I'm already running NixOS 24.05. 👍

[–] [email protected] 5 points 2 years ago

Yeah, as a nixos-unstable user, you've been running "23.11" for the past 6 months ;)

[–] [email protected] 4 points 2 years ago

yeah if you're using unstable than it's rolling release and you just need to update regularly. the point releases shouldn't matter too much