File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,21 @@ Modules for running NixOS on the Windows Subsystem for Linux
11
11
12
12
## Quick Start
13
13
14
- 1 . Download ` nixos-wsl.tar.gz ` from [ the latest release ] ( https://github.com/nix-community/NixOS-WSL/releases/latest ) .
14
+ 1 . Enable WSL if you haven't done already:
15
15
16
- 2 . Import the tarball into WSL:
16
+ - ``` powershell
17
+ wsl --install --no-distribution
18
+ ```
19
+
20
+ 2. Download `nixos-wsl.tar.gz` from [the latest release](https://github.com/nix-community/NixOS-WSL/releases/latest).
21
+
22
+ 3. Import the tarball into WSL:
17
23
18
24
- ```powershell
19
25
wsl --import NixOS $env:USERPROFILE\NixOS\ nixos-wsl.tar.gz
20
26
```
21
27
22
- 3 . You can now run NixOS:
28
+ 4 . You can now run NixOS:
23
29
24
30
- ``` powershell
25
31
wsl -d NixOS
You can’t perform that action at this time.
0 commit comments