diff --git a/flake-module.nix b/flake-module.nix index a6379298a..2831ea4b9 100644 --- a/flake-module.nix +++ b/flake-module.nix @@ -31,7 +31,7 @@ ihpFlake: packages = lib.mkOption { description = '' - List of packages than should be included in the IHP environment. + List of packages that should be included in the IHP environment. ''; type = lib.types.listOf (lib.types.package); default = [];