Skip to content

Commit 23e6c11

Browse files
blog: announce 24.11 release
1 parent ab2df08 commit 23e6c11

File tree

4 files changed

+66
-14
lines changed

4 files changed

+66
-14
lines changed

flake.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rec {
88

99
# These inputs are used for the manuals and release artifacts
1010
released-nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
11-
released-nixpkgs-stable.url = "nixpkgs/nixos-24.05";
11+
released-nixpkgs-stable.url = "nixpkgs/nixos-24.11";
1212
released-nix-unstable.url = "github:nixos/nix/master";
1313
released-nix-stable.url = "github:nixos/nix/latest-release";
1414
nix-pills.url = "github:NixOS/nix-pills";
Loading
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
id: nixos-24.11
3+
title: NixOS 24.11 released
4+
date: 2024-11-30T11:00:00.000Z
5+
category: announcements
6+
---
7+
8+
[![NixOS 24.11 Vicuña logo](../../../assets/logo/nixos-logo-24.11-vicuna-lores.png)](https://github.com/NixOS/nixos-artwork/blob/master/releases/24.05-vicuna/vicuna.png)
9+
10+
Hello everyone, we are [Tristan Ross](https://github.com/RossComputerguy) and [Weijia Wang](https://github.com/wegank), 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.
11+
12+
NixOS is a Linux distribution, whose set of packages can also be used on other Linux systems and macOS.
13+
14+
This release will receive bugfixes and security updates for seven months (up until 2025-06-31).
15+
16+
- [Release manual](/manual/nixos/stable/release-notes.html#sec-release-24.11)
17+
- [Highlights](/manual/nixos/stable/release-notes.html#sec-release-24.11-highlights)
18+
- [New Services](/manual/nixos/stable/release-notes.html#sec-release-24.11-new-services)
19+
- [Backward Incompatibilities](/manual/nixos/stable/release-notes.html#sec-release-24.11-incompatibilities)
20+
- [Other Notable Changes](/manual/nixos/stable/release-notes.html#sec-release-24.11-notable-changes)
21+
- [Upgrade Instructions](/manual/nixos/stable/index.html#sec-upgrading)
22+
- [ISO Image Downloads](/download)
23+
24+
The 24.05 release was made possible due to the efforts of **2669** contributors, who authored **49079** commits since the previous release.
25+
Our thanks go the contributors who also take care of the continued stability and security of our stable release.
26+
27+
NixOS is already known as [the most up to date distribution](https://repology.org/repositories/statistics/newest) while also being [the distribution with the most packages](https://repology.org/repositories/statistics/total). 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.
28+
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**.
29+
30+
### GNOME 47
31+
32+
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](https://release.gnome.org/47/) for more details.
33+
34+
### Plasma 6
35+
36+
Plasma has been updated to version 6.2, which introduces many bug fixed and other changes. Refer to the [release notes](https://kde.org/announcements/plasma/6/6.2.3/) for more details.
37+
38+
### Darwin Rework
39+
40+
[Emily](https://github.com/emilazy), [Randy Eckenrode](https://github.com/reckenrode), and [toonn](https://github.com/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"](https://discourse.nixos.org/t/the-darwin-sdks-have-been-updated/55295).
41+
42+
### C Compilers
43+
44+
LLVM has been updated to version 19 and GCC remains the same version. [Tristan Ross](https://github.com/RossComputerguy) made many changes which improves the way we provide multiple versions of LLVM.
45+
46+
## Special thanks
47+
48+
We want to personally thank [seth](https://github.com/getchoo/) and [Priyanshu Tripathi](https://github.com/GetPsyched) for editorializing the release notes, [lennart](https://github.com/riotbib) for doing the release logo, [Vladimír Čunát](https://github.com/vcunat) for his tireless effort in managing jobsets and staging cycles, [Martin Weinelt](https://github.com/mweinelt) for dutifully tending to our build infrastructure, and [Cole Helbling](https://github.com/cole-h) for his effort on keeping [ofBorg](https://github.com/NixOS/ofborg/) running.
49+
50+
### Reflections and Closing
51+
52+
We are thankful for everyone who contributed and everyone who was patient for 24.11. It has been a great time working with everyone to make this release possible. We hope everyone is looking forward to the next release, NixOS 25.05 Warbler.

0 commit comments

Comments
 (0)