Unverified Commit 985e20ce authored by Valentin Gagarin's avatar Valentin Gagarin Committed by GitHub
Browse files

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

doc: add link to Nix manual
parents 89b57cd1 b1f6e081
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.
        '';
      };