Switch WSL to unstable

This commit is contained in:
NullBite 2024-03-05 07:01:58 +00:00
parent 8473a6ee8e
commit 803f5e782f
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

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";