[2505.7.0] Wary Warbler #735
nzbr
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Patch Notes
This release marks the introduction of release branches. Similar to how nixpkgs operates, there will now be a branch corresponding to each supported NixOS version going forward. The
main
branch has been updated to tracknixos-unstable
instead of the latest release.The release channels should prevent NixOS WSL breaking on older NixOS versions because incompatible changes being introduced on the main branch.
Updating
NixOS 25.05 (recommended)
Because the main branch now tracks
nixos-unstable
, you will have to adjust thenixos-wsl
channel in addition to thenixpkgs
channel if you want to use a stable version of NixOS:Flakes
If you're using flakes, adjust your inputs to use these URLs:
github:NixOS/nixpkgs/nixos-25.05
github:nix-community/nixos-wsl/release-25.05
After you've done that, run
nix flake update
and rebuild your system configurationNixOS Unstable
If you want to use NixOS Unstable, you can keep using the
main
branchAssuming that your channels/flake inputs already point to nixos-unstable and the main branch of this repo, you can just update and rebuild your system as usual.
Changelog
🛠️ General Changes
🚀 Features
🪲 Bugfixes
🧪 Tests
This discussion was created from the release [2505.7.0] Wary Warbler.
Beta Was this translation helpful? Give feedback.
All reactions