Skip to content

Commit

Permalink
docs: fix typos (#401)
Browse files Browse the repository at this point in the history
docs: fix typos

* Update docs/howtos/disko-modes.md

Co-authored-by: Michael Hoang <[email protected]>
  • Loading branch information
2 people authored and mergify[bot] committed Oct 8, 2024
1 parent b6168ba commit 3fb834d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/howtos/disko-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
By default, nixos-anywhere will reformat all configured disks before running the
installation. However it is also possible to mount the filesystems of an
existing installation and run `nixos-install`. This is useful to recover from a
mis-configured NixOS installation by first booting into a NixOS installer or
misconfigured NixOS installation by first booting into a NixOS installer or
recovery system.

To only mount existing filesystems, add `--disko-mode mount` to
Expand Down
2 changes: 1 addition & 1 deletion docs/howtos/nix-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PA
at «none»:0: (source not available)
```

when using tools like nix-shell/nix-env that rely on `NIX_PATH` beeing set.
when using tools like nix-shell/nix-env that rely on `NIX_PATH` being set.

# Solution 1: Set the `NIX_PATH` via nixos configuration (recommended)

Expand Down

0 comments on commit 3fb834d

Please sign in to comment.