Reboot WSL to pick up nix

This commit is contained in:
Manuel Thalmann 2024-08-01 16:25:18 +02:00
parent de2db7fb9f
commit ee926e163a

View file

@ -66,6 +66,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;