Files
nixpkgs/doc/release-notes/rl-2511.section.md
Kenichi Kamiya 1afe79e13c lima: add withAdditionalGuestAgents and the tests
Without copying lima-additional-guestagents files, limactl does not
detect its agents even if added the package in inputs.
2025-06-10 22:12:00 +09:00

3.0 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-embedded can be used to build software and systems for these platforms.

Backward Incompatibilities

  • The offrss package was removed due to lack of upstream maintenance since 2012. It's recommended for users to migrate to another RSS reader

  • base16-builder node package has been removed due to lack of upstream maintenance.

  • gentium package now provides Gentium-*.ttf files, and not GentiumPlus-*.ttf files like before. The font identifiers Gentium Plus* are available in the gentium-plus package, and if you want to use the more recently updated package gentium by sil, you should update your configuration files to use the Gentium font identifier.

  • lima package 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 the lima-additional-guestagents package by setting withAdditionalGuestAgents = true when overriding lima with this input.

Other Notable Changes

  • Added rewriteURL attribute to the nixpkgs config, to allow for rewriting the URLs downloaded by fetchurl.

Nixpkgs Library

Breaking changes

  • Create the first release note entry in this section!

Deprecations

  • Create the first release note entry in this section!

Additions and Improvements