Reboot WSL to pick up nix

This commit is contained in:
Manuel Thalmann 2024-08-01 16:25:18 +02:00
parent 2445f2da23
commit 59997ab70a

View file

@ -65,6 +65,7 @@ function Start-InstallationLoop {
} else {
ubuntu install --root;
wsl -- sh `<`(curl -L https://nixos.org/nix/install`) --daemon --yes;
wsl --shutdown;
}
} else {
$null = Import-Module PSWindowsUpdate;