diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-06-22 10:27:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 10:27:40 -0400 |
commit | 78e1e3c75382718494f6b063005d2e8001c47f8b (patch) | |
tree | da40667104b9eb08f8704dc12c5c3e649360d1a7 /doc/manual/src/command-ref/nix-collect-garbage.md | |
parent | 0ab962d83f644177ee22fbfc28f7f2e88c068e79 (diff) | |
parent | 5cc22e337023cee9cbffd3f9d2ff0eb3f18a4d12 (diff) |
Merge pull request #8565 from obsidiansystems/profile-delete-docs
Clarify docs on deleting generations, including fixing a mistake
Diffstat (limited to 'doc/manual/src/command-ref/nix-collect-garbage.md')
-rw-r--r-- | doc/manual/src/command-ref/nix-collect-garbage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/nix-collect-garbage.md b/doc/manual/src/command-ref/nix-collect-garbage.md index a679ceaf7..3cab79f0e 100644 --- a/doc/manual/src/command-ref/nix-collect-garbage.md +++ b/doc/manual/src/command-ref/nix-collect-garbage.md @@ -57,7 +57,7 @@ These options are for deleting old [profiles] prior to deleting unreachable [sto Delete all generations of profiles older than the specified amount (except for the generations that were active at that point in time). *period* is a value such as `30d`, which would mean 30 days. - This is the equivalent of invoking [`nix-env --delete-generations <period>`](@docroot@/command-ref/nix-env/delete-generations.md#generations-days) on each found profile. + This is the equivalent of invoking [`nix-env --delete-generations <period>`](@docroot@/command-ref/nix-env/delete-generations.md#generations-time) on each found profile. See the documentation of that command for additional information about the *period* argument. {{#include ./opt-common.md}} |