Enter configuration stage if nix
exists
This commit is contained in:
parent
73ca5018b2
commit
e868255996
|
@ -68,6 +68,10 @@ function Start-InstallationLoop {
|
||||||
wsl -- sh `<`(curl -L https://nixos.org/nix/install`) --daemon --yes;
|
wsl -- sh `<`(curl -L https://nixos.org/nix/install`) --daemon --yes;
|
||||||
wsl --shutdown;
|
wsl --shutdown;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (& { wsl command -q nix; $?; }) {
|
||||||
|
Set-Stage ([SetupStage]::Configure);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
$null = Import-Module PSWindowsUpdate;
|
$null = Import-Module PSWindowsUpdate;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue