From 5bce60a6e5172af108a340fe68bbbaa88e52afa2 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 14 May 2026 01:43:50 +0200 Subject: [PATCH] doc: fix touchup link for isolated doc evals --- modules/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/flake.nix b/modules/flake.nix index de990fd..42d6c22 100644 --- a/modules/flake.nix +++ b/modules/flake.nix @@ -53,7 +53,7 @@ in - `processedFlake`: the external output, which may have attributes removed or transformed to satisfy tools like `nix flake check`. By default, `processedFlake` equals `flake` (no processing). - Import a module such as [`flakeModules.touchup`](#opt-touchup) to define it, or set it directly. + Import a module such as [`flakeModules.touchup`](flake-parts-touchup.md#opt-touchup) to define it, or set it directly. ''; }; };