From b35bccc32d3fc49f6fcc4e08ccfd6025c9eefa20 Mon Sep 17 00:00:00 2001 From: S1rDev10us <90798437+S1rDev10us@users.noreply.github.com> Date: Wed, 16 Apr 2025 19:41:23 +0100 Subject: [PATCH] home-manager-auto-expire: fix spelling error (#6829) --- modules/services/home-manager-auto-expire.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/home-manager-auto-expire.nix b/modules/services/home-manager-auto-expire.nix index 71986074c..9522461d9 100644 --- a/modules/services/home-manager-auto-expire.nix +++ b/modules/services/home-manager-auto-expire.nix @@ -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";