From 2d66ed0c663c44db886d7cd4e2b39b4a937d943c Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 15 Dec 2025 09:43:21 +0100 Subject: [PATCH] nixos/doc: don't link to Nixpkgs devmode guide there's an inline copy of the same instructions --- nixos/doc/manual/contributing-to-this-manual.chapter.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/doc/manual/contributing-to-this-manual.chapter.md b/nixos/doc/manual/contributing-to-this-manual.chapter.md index 3a7d9a4f61a5..778e707a1396 100644 --- a/nixos/doc/manual/contributing-to-this-manual.chapter.md +++ b/nixos/doc/manual/contributing-to-this-manual.chapter.md @@ -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}