diff options
Diffstat (limited to 'lib/tests/modules/alias-with-priority.nix')
-rw-r--r-- | lib/tests/modules/alias-with-priority.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tests/modules/alias-with-priority.nix b/lib/tests/modules/alias-with-priority.nix index ba25b527aa2dc..a35a06fc69749 100644 --- a/lib/tests/modules/alias-with-priority.nix +++ b/lib/tests/modules/alias-with-priority.nix @@ -1,5 +1,8 @@ # This is a test to show that mkAliasOptionModule sets the priority correctly # for aliased options. +# +# This test shows that an alias with a low priority is able to be overridden +# with a non-aliased option. { config, lib, ... }: |