Skip to content

Commit

Permalink
Merge pull request #1873 from alebon/typo-fix-option-description
Browse files Browse the repository at this point in the history
Fix typo in description
  • Loading branch information
mpscholten authored Dec 12, 2023
2 parents 7d685d5 + fccbaed commit 0e23c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 0e23c91

Please sign in to comment.