Skip to content

Commit fbbd029

Browse files
author
maryjane
committedMar 23, 2025
Doc: Fix outdated references in the NixOS manual
Doc: Fix outdated references and formatting inconsistencies in the NixOS manual
1 parent 5c28518 commit fbbd029

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎nixos/doc/manual/development/writing-documentation.chapter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ The sources of the [](#book-nixos-manual) are in the
1111
[`nixos/doc/manual`](https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual)
1212
subdirectory of the Nixpkgs repository.
1313

14-
You can quickly validate your edits with `make`:
14+
You can quickly validate your edits with `devmode`:
1515

1616
```ShellSession
1717
$ cd /path/to/nixpkgs/nixos/doc/manual
1818
$ nix-shell
19-
nix-shell$ devmode
19+
[nix-shell:~]$ devmode
2020
```
2121

2222
Once you are done making modifications to the manual, it's important to

‎nixpkgs

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit b64ec1944ea40d9f3920f938e17ed39a9978c6c7

0 commit comments

Comments
 (0)
Failed to load comments.