Skip to content

[2411.6.0] Valiant Vicuña

Latest
Compare
Choose a tag to compare
@nzbr nzbr released this 14 Feb 23:50
· 6 commits to main since this release
0b2b8b3

Patch Notes

Besides NixOS 24.11, this release is the first one to ship as a .wsl file. If you have a recent WSL version installed, you can now install NixOS-WSL simply by double-clicking the nixos.wsl file after downloading it. It can of course still be installed using the command line with either wsl --install --from-file or wsl --import. For details, see the installation instructions.
As announced on the previous release, support for the legacy method of running systemd in a container (syschdemd) has been removed.

Updating

Channels

  1. Switch your nixpkgs channel to 24.11
    • sudo nix-channel --add https://nixos.org/channels/nixos-24.11 nixos
  2. Update your channels
    • sudo nix-channel --update
  3. Rebuild your system
    • sudo nixos-rebuild switch

Flakes

If you're using flakes instead of channels, update your nixpkgs input to 24.11, run nix flake update and rebuild your system.

Changelog

🛠️ General Changes

🚀 Features

🪲 Bugfixes

  • fix: shell-wrapper sometimes can't launch wrapped shell due to race condition (#602) @nzbr
  • fix: usbip auto-attach script (#596) @terlar
  • fix: shell wrapper overwrites $SHELL (#601) @nzbr
  • fix: usbip default snippetIpAddress command (#522) @terlar
  • fix: wrap /bin/sh to load environment (#561) @nzbr
  • fix: remove cyclic dependency in systemd units. Add test to check for that (#553) @nzbr
  • fix: wsl --import (#531) @SuperSandro2000
  • fix: user units with systemd 256 (#521) @K900
  • fix: createBootedSystemSymlink ordering (#514) @SuperSandro2000

📖 Documentation