about summary refs log tree commit diff
diff options
context:
space:
mode:
authorValentin Gagarin <valentin@fricklerhandwerk.de>2024-02-09 10:50:37 +0100
committerGitHub <noreply@github.com>2024-02-09 10:50:37 +0100
commit985e20cefee1c3707322b86301f4e135add316c5 (patch)
tree8c08d1fde9d5baeda5b5701430cbcb7690593a62
parent89b57cd1828e12fadbb4b0025f98dc442283d030 (diff)
parentb1f6e081777d7b601771a3cf0c40ca41b9b215c7 (diff)
downloadnixlib-985e20cefee1c3707322b86301f4e135add316c5.tar
nixlib-985e20cefee1c3707322b86301f4e135add316c5.tar.gz
nixlib-985e20cefee1c3707322b86301f4e135add316c5.tar.bz2
nixlib-985e20cefee1c3707322b86301f4e135add316c5.tar.lz
nixlib-985e20cefee1c3707322b86301f4e135add316c5.tar.xz
nixlib-985e20cefee1c3707322b86301f4e135add316c5.tar.zst
nixlib-985e20cefee1c3707322b86301f4e135add316c5.zip
Merge pull request #287449 from fricklerhandwerk/add-nix-docs-link
doc: add link to Nix manual
-rw-r--r--nixos/modules/services/misc/nix-gc.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/nix-gc.nix b/nixos/modules/services/misc/nix-gc.nix
index de6bd76c7eb9..656cbad81373 100644
--- a/nixos/modules/services/misc/nix-gc.nix
+++ b/nixos/modules/services/misc/nix-gc.nix
@@ -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.
         '';
       };