# NixOS 24.11 released

DevFeed: [NixOS 24.11 released](<https://devfeed.tech/articles/nixos-24-11-released-38869.md>)

Original publisher: [Read original article](<https://nixos.org/blog/announcements/2024/nixos-2411/>)

Author: NixOS

Published: 2024-11-30T11:00:00Z

Content type: release

Language: en

Sources: [NixOS Announcements](<https://devfeed.tech/sources/nixos-announcements.md>)

Topics: [Linux](<https://devfeed.tech/topics/linux.md>), [releases](<https://devfeed.tech/topics/releases.md>), [version](<https://devfeed.tech/topics/version.md>), [modules](<https://devfeed.tech/topics/modules.md>), [compilers](<https://devfeed.tech/topics/compilers.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [features](<https://devfeed.tech/tags/features.md>), [gcc](<https://devfeed.tech/tags/gcc.md>), [linux](<https://devfeed.tech/tags/linux.md>), [llvm](<https://devfeed.tech/tags/llvm.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [nixos](<https://devfeed.tech/tags/nixos.md>), [release](<https://devfeed.tech/tags/release.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>), [version](<https://devfeed.tech/tags/version.md>)

## AI overview

The article announces the stable release of NixOS 24.11, code-named Vicuña. It describes contributor activity, package and module changes, updates to GNOME and Plasma, improved Darwin support in Nixpkgs, and LLVM 19 updates.

## Source excerpt

Hello everyone, we are Tristan Ross and Weijia Wang, the release managers for the newest release of NixOS known as NixOS 24.11 Vicuña. We're glad to announce that after the additional week-long delay that we can deliver this stable release of NixOS. NixOS is a Linux distribution, whose set of packages can also be used on other Linux systems and macOS. This release will receive bugfixes and security updates for seven months (up until 2025-06-31). Release manual Highlights New Services Backward Incompatibilities Other Notable Changes Upgrade Instructions ISO Image Downloads The 24.11 release was made possible due to the efforts of 2669 contributors, who authored 49079 commits since the previous release. Our thanks go the contributors who also take care of the continued stability and security of our stable release. NixOS is already known as the most up to date distribution while also being the distribution with the most packages. This release saw 8141 new packages and 20975 updated packages in Nixpkgs. We also removed 3970 packages in an effort to keep the package set maintainable and secure. In addition to packages the NixOS distribution also features modules and tests that make it what it is. This release brought 119 new modules and removed 30. In that process we added 1706 options and removed 556. GNOME 47 GNOME has been updated to version 47 "Denver", which introduces accent colors, small screen support, screen capture hardware encoding, and more changes. Refer to the release notes for more details. Plasma 6 Plasma has been updated to version 6.2, which introduces many bug fixed and other changes. Refer to the release notes for more details. Darwin Rework Emily, Randy Eckenrode, and toonn did an amazing job with their work as the Darwin core maintainers to bring better support for Darwin into Nixpkgs. A comprehensive list of changes can be found on the NixOS Discourse under "The Darwin SDKs have been updated". C Compilers LLVM has been updated to version 19 and GCC