[2311.5.3] Timely Tapir
Patch Notes
This release mainly brings support for NixOS 23.11. Besides that, NixOS-WSL now includes a module to enable support for passing through USB devices via usbip
Updating
If you haven't done that already, perform the steps detailed in the 23.05.5 release to migrate to nix-channels. Then do the following:
Channels
- Switch your nixpkgs channel to 23.11
sudo nix-channel --add https://nixos.org/channels/nixos-23.11 nixos
- Update your channels
sudo nix-channel --update
- Rebuild your system
sudo nixos-rebuild switch
Flakes
If you're using flakes instead of channels, update your nixpkgs
input to 23.11
, run nix flake update
and rebuild your system.
Changelog
🛠️ General Changes
🚀 Features
- Generate version number from tag name (#363) @nzbr
- Disable bootspec (#364) @SuperSandro2000
- Split CI into reusable actions (#348) @nzbr
- Bring back customizing the system config to include in the tarball (#304) @terlar
- Add usbip module for usb support in WSL (#263) @terlar
- Add welcome message (#303) @K900
🪲 Bugfixes
- fix: tarball builder (#341) @terlar
- fix: add defaultText to extraBin.name (#336) @dev-null-undefined
- fix(wsl-distro): indentation (#332) @SuperSandro2000