github nix-community/NixOS-WSL 2511.7.1
[2511.7.1] Xenogenic Xantusia

6 hours ago

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

Don't miss a new NixOS-WSL release

NewReleases is sending notifications on new releases.