Merge pull request #355 from hercules-ci/fix-doc-for-isolated-doc-evals

doc: fix touchup link for isolated doc evals
This commit is contained in:
Robert Hensing 2026-05-14 00:57:42 +01:00 committed by GitHub
commit f7c1a2d347
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ in
- `processedFlake`: the external output, which may have attributes removed or transformed to satisfy tools like `nix flake check`. - `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). 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.
''; '';
}; };
}; };