We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c28518 commit fbbd029Copy full SHA for fbbd029
nixos/doc/manual/development/writing-documentation.chapter.md
@@ -11,12 +11,12 @@ The sources of the [](#book-nixos-manual) are in the
11
[`nixos/doc/manual`](https://github.com/NixOS/nixpkgs/tree/master/nixos/doc/manual)
12
subdirectory of the Nixpkgs repository.
13
14
-You can quickly validate your edits with `make`:
+You can quickly validate your edits with `devmode`:
15
16
```ShellSession
17
$ cd /path/to/nixpkgs/nixos/doc/manual
18
$ nix-shell
19
-nix-shell$ devmode
+[nix-shell:~]$ devmode
20
```
21
22
Once you are done making modifications to the manual, it's important to
nixpkgs
@@ -0,0 +1 @@
1
+Subproject commit b64ec1944ea40d9f3920f938e17ed39a9978c6c7
0 commit comments