mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
home-manager-auto-expire: fix spelling error (#6829)
This commit is contained in:
@@ -61,7 +61,7 @@ in
|
||||
options = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = ''
|
||||
Options given to `nix-collection-garbage` when the service runs.
|
||||
Options given to `nix-collect-garbage` when the service runs.
|
||||
'';
|
||||
default = "";
|
||||
example = "--delete-older-than 30d";
|
||||
|
||||
Reference in New Issue
Block a user