Skip to content

[2511.7.1] Xenogenic Xantusia

Latest

Choose a tag to compare

@nzbr nzbr released this 01 Mar 15:30
· 17 commits to release-25.11 since this release
9b4aa22

Patch Notes

There are no known breaking changes in this release. The clock inside the WSL VM should now stay synchronized to the Windows host's clock correctly.

Updating

This only applies if you are updating from NixOS 25.05 to 25.11. The following assumes, that you have already performed the steps outlined in the 2505.7.0 release.

  1. Set the new channel URLs
sudo nix-channel --add https://nixos.org/channels/nixos-25.11 nixos
sudo nix-channel --add https://github.com/nix-community/NixOS-WSL/archive/refs/heads/release-25.11.tar.gz nixos-wsl
  1. Update the channels and rebuild your system configuration
sudo nix-channel --update
sudo nixos-rebuild switch

Changelog

🛠️ General Changes

  • refactor: make .wsl file pass Microsoft's validation script (#740) @nzbr

🚀 Features

🪲 Bugfixes

  • fix: escape shell arguments in wsl-distro bin helpers (#848) @hatch01