1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00

home-manager-auto-expire: fix spelling error (#6829)

This commit is contained in:
S1rDev10us 2025-04-16 19:41:23 +01:00 committed by GitHub
parent 7ede02c32a
commit b35bccc32d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ in
options = lib.mkOption { options = lib.mkOption {
type = lib.types.str; type = lib.types.str;
description = '' description = ''
Options given to `nix-collection-garbage` when the service runs. Options given to `nix-collect-garbage` when the service runs.
''; '';
default = ""; default = "";
example = "--delete-older-than 30d"; example = "--delete-older-than 30d";