[22.05-5c211b47] The not-so-quick Quokka #122
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
-
Patch Notes
Yes, I know; NixOS 22.05 has been out for a while and we're a little late to the party. As you can see from the changelog below, there were quite a few bugs we had to get rid of before publishing a release
binfmt_misc
registration is now turned off by default to prevent its unintended side effects. If you need it, just setwsl.interop.register = true
. nixos-rebuld should also issue a warning if you try to useboot.binfmt
without having it enabledBoth using docker-desktop and running docker as a service within NixOS are now supported and can be enabled with
wsl.docker-desktop.enable = true
andwsl.docker-native.enable = true
respectivelyShould you encounter any problems, please open an issue. If you have any questions, feel free to start a discussion or join our chat
Updating
Flakes
If you used the method described in Xe Iaso's blogpost, please refer to the "Installer" method
Otherwise, just update your flake inputs and make sure to set the nixpkgs url to
github:NixOS/nixpkgs/nixos-22.05
.Installer
Replace the content of
/etc/nixos/nixos-wsl
with the content of the source-tarball attached to this release, then runnixos-rebuild switch
Legacy (pre-installer)
To switch over to the new update method, do the following:
Put the contents of the attached source-tarball into
/etc/nixos/nixos-wsl
. If the directory already exists, that probably means that you are already using the newer method.Change the
(import (builtins.fetchGit ... )).nixosModules.wsl
line to(import ./nixos-wsl).nixosModules.wsl
Run
nixos-rebuild switch
Changelog
🛠️ General Changes
🚀 Features
🪲 Bugfixes
📖 Documentation
This discussion was created from the release [22.05-5c211b47] The not-so-quick Quokka.
Beta Was this translation helpful? Give feedback.
All reactions