nixos/doc: fix snippet with path to manual

This commit is contained in:
ibizaman
2026-03-08 13:40:15 +01:00
parent 0d64c7f2c9
commit 3258bc706f

View File

@@ -7,7 +7,7 @@ You can quickly check your edits with the following:
```ShellSession
$ cd /path/to/nixpkgs
$ $EDITOR doc/nixos/manual/... # edit the manual
$ $EDITOR nixos/doc/manual/... # edit the manual
$ nix-build nixos/release.nix -A manual.x86_64-linux
```