Reboot WSL to pick up nix

This commit is contained in:
Manuel Thalmann 2024-08-01 16:25:18 +02:00
parent 600ad30a55
commit 3602cbbf83

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;