[21.11-d89f18a1] The Journey Continues! #66
nzbr
announced in
Announcements
Replies: 1 comment 3 replies
-
This release contains a known issue, that causes systemd to fail to start on first launch. Please restart the distribution with either |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
This is the promised 21.11 release
It includes a change that allows for running code from foreign architectures by registering them through binfmt_misc, just like on native NixOS. This feature is enabled by default, but it may lead to WSLInterop (being able to run windows executables) breaking in other WSL distributions as a side effect. Should you experience issues with this, you can disable it by setting
wsl.interop.register = false
and removing all other binfmt registrations (if you have configured any). For more information on the underlying issue, see #64 and microsoft/WSL#8203Should you encounter any problems, feel free to start a discussion or open an issue!
Updating
Flakes
Switch your nixpkgs ref to
github:NixOS/nixpkgs/nixos-21.11
and runnix flake update
Installer
Replace the content of
/etc/nixos/nixos-wsl
with the content of the source-tarball attached to this releaseLegacy (pre-installer)
Assuming that you followed the update procedure in the last release, replace
refs/tags/20.09-1c1f5649
withrefs/tags/21.11-d89f18a1
Changelog
🛠️ General Changes
🪲 Bugfixes
This discussion was created from the release [21.11-d89f18a1] The Journey Continues!.
Beta Was this translation helpful? Give feedback.
All reactions