File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
By default, nixos-anywhere will reformat all configured disks before running the
4
4
installation. However it is also possible to mount the filesystems of an
5
5
existing installation and run ` nixos-install ` . This is useful to recover from a
6
- mis-configured NixOS installation by first booting into a NixOS installer or
6
+ misconfigured NixOS installation by first booting into a NixOS installer or
7
7
recovery system.
8
8
9
9
To only mount existing filesystems, add ` --disko-mode mount ` to
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PA
11
11
at «none»:0: (source not available)
12
12
```
13
13
14
- when using tools like nix-shell/nix-env that rely on ` NIX_PATH ` beeing set.
14
+ when using tools like nix-shell/nix-env that rely on ` NIX_PATH ` being set.
15
15
16
16
# Solution 1: Set the ` NIX_PATH ` via nixos configuration (recommended)
17
17
You can’t perform that action at this time.
0 commit comments