nixos/doc: don't link to Nixpkgs devmode guide

there's an inline copy of the same instructions
This commit is contained in:
Valentin Gagarin
2025-12-15 09:43:22 +01:00
parent 6ab2a5da23
commit 2d66ed0c66
@@ -13,8 +13,6 @@ $ nix-build nixos/release.nix -A manual.x86_64-linux
If the build succeeds, the manual will be in `./result/share/doc/nixos/index.html`.
There's also [a convenient development daemon](https://nixos.org/manual/nixpkgs/unstable/#sec-contributing-devmode).
The above instructions don't deal with the appendix of available `configuration.nix` options, and the manual pages related to NixOS. These are built, and written in a different location and in a different format, as explained in the next sections.
## Development environment {#sec-contributing-development-env}