Merge pull request #287449 from fricklerhandwerk/add-nix-docs-link

doc: add link to Nix manual
This commit is contained in:
Valentin Gagarin
2024-02-09 10:50:37 +01:00
committed by GitHub
+1 -2
View File
@@ -64,8 +64,7 @@ in
example = "--max-freed $((64 * 1024**3))";
type = lib.types.singleLineStr;
description = lib.mdDoc ''
Options given to {file}`nix-collect-garbage` when the
garbage collector is run automatically.
Options given to [`nix-collect-garbage`](https://nixos.org/manual/nix/stable/command-ref/nix-collect-garbage) when the garbage collector is run automatically.
'';
};