summary refs log tree commit diff
path: root/nixos/doc/manual/development
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-19 12:01:00 +0000
committerGitHub <noreply@github.com>2023-10-19 12:01:00 +0000
commit25bcfa6c2fa44e3523e0399e3fbf907cee0efa29 (patch)
tree94f1dac26c6fc05d64a7a5e4b4bd91ac14b857d8 /nixos/doc/manual/development
parent0f332692123b80c607eecc778e97845646a8d0ae (diff)
parentc22fed2281160f94c143eb26f0aeba238a6daa0d (diff)
downloadnixpkgs-25bcfa6c2fa44e3523e0399e3fbf907cee0efa29.tar
nixpkgs-25bcfa6c2fa44e3523e0399e3fbf907cee0efa29.tar.gz
nixpkgs-25bcfa6c2fa44e3523e0399e3fbf907cee0efa29.tar.bz2
nixpkgs-25bcfa6c2fa44e3523e0399e3fbf907cee0efa29.tar.lz
nixpkgs-25bcfa6c2fa44e3523e0399e3fbf907cee0efa29.tar.xz
nixpkgs-25bcfa6c2fa44e3523e0399e3fbf907cee0efa29.tar.zst
nixpkgs-25bcfa6c2fa44e3523e0399e3fbf907cee0efa29.zip
Merge master into staging-next
Diffstat (limited to 'nixos/doc/manual/development')
-rw-r--r--nixos/doc/manual/development/writing-documentation.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/development/writing-documentation.chapter.md b/nixos/doc/manual/development/writing-documentation.chapter.md
index 8d504dfb0b0..8cb6823d098 100644
--- a/nixos/doc/manual/development/writing-documentation.chapter.md
+++ b/nixos/doc/manual/development/writing-documentation.chapter.md
@@ -16,7 +16,7 @@ You can quickly validate your edits with `make`:
 ```ShellSession
 $ cd /path/to/nixpkgs/nixos/doc/manual
 $ nix-shell
-nix-shell$ make
+nix-shell$ devmode
 ```
 
 Once you are done making modifications to the manual, it's important to