13 KiB
Nixpkgs 25.11 ("Xantusia", 2025.11/??)
Highlights
- The initial work to support native compilation on LoongArch64 has completed, with further changes currently
in preparation. In accordance with the Software Development and Build Convention for LoongArch Architectures,
this release sets the default march level to
la64v1.0, covering the desktop and server processors of 3X5000 and newer series. However, embedded chips without LSX (Loongson SIMD eXtension), such as 2K0300 SoC, are not supported.pkgsCross.loongarch64-linux-embeddedcan be used to build software and systems for these platforms. - The official Nix formatter
nixfmtis now stable and available aspkgs.nixfmt, deprecating the temporarypkgs.nixfmt-rfc-styleattribute. The classicnixfmtwill stay available for some more time aspkgs.nixfmt-classic.
Backward Incompatibilities
-
nixVersions.nix_2_3has been dropped because it was insecure and unmaintained. -
The minimum version of Nix required to evaluate Nixpkgs has been raised from 2.3 to 2.18.
-
The
offrsspackage was removed due to lack of upstream maintenance since 2012. It's recommended for users to migrate to another RSS reader -
base16-buildernode package has been removed due to lack of upstream maintenance. -
gentiumpackage now providesGentium-*.ttffiles, and notGentiumPlus-*.ttffiles like before. The font identifiersGentium Plus*are available in thegentium-pluspackage, and if you want to use the more recently updated packagegentiumby sil, you should update your configuration files to use theGentiumfont identifier. -
space-orbitpackage has been removed due to lack of upstream maintenance. Debian upstream stopped tracking it in 2011. -
Derivations setting both
separateDebugInfoand one ofallowedReferences,allowedRequistes,disallowedReferencesordisallowedRequisitesmust now set__structuredAttrstotrue. The effect of reference whitelisting or blacklisting will be disabled on thedebugoutput created byseparateDebugInfo. -
victoriametricsno longer contains VictoriaLogs components. These have been separated into the new packagevictorialogs. -
mx-puppet-discordwas removed from nixpkgs along with its NixOS module as it was unmaintained and was the only user of sha1 hashes in tree. -
conduwuitwas removed due to upstream ceasing development and deleting their repository. For existing data, a migration tomatrix-conduit,matrix-continuwuityormatrix-tuwunelmay be possible. -
gnome-keyringno longer ships with an SSH agent anymore because it has been deprecated upstream. You should usegcr_4instead, which provides the same features. More information on why this was done can be found on the relevant GCR upstream PR. -
stdenv.mkDerivationand other derivation builders that use it no longer allow the value ofenvto be anything but an attribute set, for the purpose of setting environment variables that are available to the builder process. An environment variable calledenvcan still be provided by means ofmkDerivation { env.env = ...; }, though we recommend to use a more specific name than "env". -
conftestsince0.60.0has moved to use regov1as default. To continue usingv0use--rego-version v0. For more information about upgrading to Rego v1 syntax, see the upstream docs. -
stalwart-mailsince0.13.0"introduces a significant redesign of the MTA’s delivery and queueing subsystem". See the upgrading announcement for the0.13.0release. -
Greetd and its original greeters (
tuigreet,gtkgreet,qtgreet,regreet,wlgreet) were moved fromgreetdnamespace to top level (greetd.tuigreet->tuigreet,greetd.greetd->greetd, etc). The original attrs are available for compatibility as passthrus ofgreetd, but will emit a warning. They will be removed in future releases. -
The
archipelago-minecraftpackage was removed, as upstream no longer provides support for the Minecraft APWorld. -
navidrome0.58.0 introduces multi-library support and backwards incompatible database migrations. Ensure backups are valid and run a Full Scan after starting the new version. -
tooling-language-serverhas been renamed todeputy(both the package and binary), following the rename of the upstream project. -
fetchtorrent, when using the "rqbit" backend, erroneously started fetching files into a subdirectory in Nixpkgs 24.11. The original behaviour – which matches the behaviour using the "transmission" backend – has now been restored. Users reliant on the erroneous behaviour can temporarily maintain it by addingflatten = falseto thefetchtorrentarguments; Nix will produce an evaluation warning for anyone usingbackend = "rqbit"withoutflatten = true. -
webfontkitgeneratorhas been renamed towebfont-bundler, following the rename of the upstream project. The binary name remainswebfontkitgenerator. Thewebfontkitgeneratorpackage is an alias towebfont-bundler. -
inspircdhas been updated to the v4 release series. Please refer to the upstream documentation for general information and a list of breaking changes. -
limapackage now only includes the guest agent for the host's architecture by default. If your guest VM's architecture differs from your Lima host's, you'll need to enable thelima-additional-guestagentspackage by settingwithAdditionalGuestAgents = truewhen overriding lima with this input. -
mongodb-6_0was removed as it is end of life as of 2025-07-31. -
vmware-horizon-clientwas renamed toomnissa-horizon-client, following VMware's sale of their end-user business to Omnissa. The binary has been renamed fromvmware-viewtohorizon-client. -
neovimUtils.makeNeovimConfignow usescustomLuaRCparameter instead of acceptingluaRcContent. The old usage is deprecated but still works with a warning. -
telegram-desktoppackages now usesTelegramfor its binary. The previous name wastelegram-desktop. This is due to an upstream decision to make the name consistent with other platforms. -
podofohas been updated from0.9.8to1.0.0. These releases are by nature very incompatable due to major api changes. The legacy versions can be found underpodofo_0_10andpodofo_0_9. Changelog: https://github.com/podofo/podofo/blob/1.0.0/CHANGELOG.md, API-Migration-Guide: https://github.com/podofo/podofo/blob/1.0.0/API-MIGRATION.md. -
NetBox was updated to
>= 4.3.0. Have a look at the breaking changes of the 4.3 release, make the required changes to your database, if needed, then upgrade by settingservices.netbox.package = pkgs.netbox_4_3;in your configuration. -
privatebinhas been updated to2.0.0. This release changes configuration defaults including switching the template and removing legacy features. See the v2.0.0 changelog entry for details on how to upgrade. -
go-mockeryhas been updated to v3. For migration instructions see the upstream documentation. If v2 is still requiredgo-mockery_v2has been added but will be removed on or before 2029-12-31 in-line with it's [upstream support lifecycle](https://vektra.github.io/mockery/ -
private-gpt service has been removed by lack of maintenance upstream.
Other Notable Changes
-
Added
rewriteURLattribute to the nixpkgsconfig, to allow for rewriting the URLs downloaded byfetchurl. -
The systemd initrd will now respect
x-systemd.wantsandx-systemd.requiresfor reliably unlocking multi-disk bcachefs volumes. -
homebox0.20.0 changed how assets are stored and hashed. It is recommended to back up your database before this update. -
New hardening flags,
strictflexarrays1andstrictflexarrays3were made available, corresponding to the gcc/clang options-fstrict-flex-arrays=1and-fstrict-flex-arrays=3respectively. -
grampshas been updated to 6.0.0 Upstream recommends backing up your Family Trees before upgrading. -
meta.mainProgram: Changing thismetaentry can lead to a package rebuild due to being used to determine theNIX_MAIN_PROGRAMenvironment variable. -
searxwas updated to useenvsubstinstead ofsedfor parsing secrets from environment variables. If your previous configuration included a secret reference likeserver.secret_key = "@SEARX_SECRET_KEY@", you must migrate to the new envsubst syntax:server.secret_key = "$SEARX_SECRET_KEY". -
versionCheckHook: Packages that previously relied solely onpnameto locate the program used to version check, but have a differingmeta.mainProgramentry, might now fail. -
The debug outputs produced by
separateDebugInfo = true;now contain symlinks mapping build-ids to the original source and ELF file. Specifically, if$out/bin/ninjahas build-id483bd7f7229bdb06462222e1e353e4f37e15c293, then$debug/lib/debug/.build-id/48/3bd7f7229bdb06462222e1e353e4f37e15c293.executableis a symlink to$out/bin/ninja$debug/lib/debug/.build-id/48/3bd7f7229bdb06462222e1e353e4f37e15c293.sourceis a symlink to the value of$srcduring build$debug/lib/debug/.build-id/48/3bd7f7229bdb06462222e1e353e4f37e15c293.sourceoverlayis a symlink to a directory with the same structure as the expanded$sourceRootbut containing only a copy of files which were patched during the build$debug/lib/debug/.build-id/48/3bd7f7229bdb06462222e1e353e4f37e15c293.debugis the file containing debug symbols (like before).
-
fetchgit: AddrootDirargument to limit the resulting source to one subdirectory of the whole Git repository. Corresponding--root-diroption added tonix-prefetch-git. -
The
clickhousepackage now track the stable upstream version per upstream's recommendation. Users can continue to use theclickhouse-ltspackage if desired.
Nixpkgs Library
mealiehas been updated to 3.0.2: This update introduces breaking changes in some API endpoints (see the release changelog)
Breaking changes
-
reactionhas been updated to version 2, which includes some breaking changes. For more information, check the release article. -
The
buildPythonPackageandbuildPythonApplicationfunctions now require an explicitformatattribute. Previously the default format used setuptools and calledsetup.pyfrom the source tree, which is deprecated. The modern alternative is to configurepyproject = truewithbuild-system = [ setuptools ].
Deprecations
- Create the first release note entry in this section!
Additions and Improvements
-
neovim: Added support for thevim.o.exrcoption, theVIMINITenvironment variable, and sourcing ofsysinit.vim.See the neovim help page
:help startupfor more information, as well as the nixpkgs neovim wrapper documentation.