Switch WSL to unstable

This commit is contained in:
NullBite 2024-03-05 07:01:58 +00:00
parent 7f216979ff
commit c66d58ae8f

View File

@ -216,6 +216,8 @@
};
nixos-wsl = mkWSLSystem {
nixpkgs = inputs.nixpkgs-unstable;
home-manager = inputs.home-manager-unstable;
system = "x86_64-linux";
stateVersion = "23.11";
hostname = "nixos-wsl";