Replies: 2 comments
|
Please refer to the of the "Migrating from 22.05 releases" section of the 23.5.5.0 Release Notes. You don't need to downgrade your |
0 replies
|
@nzbr I appreciate the follow up and apologize for not following up here, as I did see that after posting this discussion, and the instructions worked perfectly! BTW, thank you for all your very helpful and awesome contributions - both the code and documentation! Closing discussion. |
0 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.
Previously (a few months back) I installed NixOS on my Windows 11 WSL using this repo's included instructions. I have a working running NixOS distribution running on WSL. I have updated nixos itself to the latest 23.11, but I noticed that
nixos-wslfolder inside/etc/nixos/is outdated, including some of the files inmodulesthatnixos-rebuild <switch|build>was complaining about because it references atypes.stringtype instead ofstr.I went ahead and updated the file (
/etc/nixos/nixos-wsl/modules/wsl-distro.nix), and the error went away, but I noticed that that file is outdated compared to the latest version in this repo, as that has been fixed a while back. How can I update the wholenixos-wslfolder and nested folders likemodulesto better line-up with the current main branch in this repo?TL-DR: How can I update the "NixOS-WSL" part of my NixOS distro?
All reactions