rename for clarity

This commit is contained in:
Ching Pei Yang 2023-07-26 15:27:08 +02:00
commit 5981cd14f8
2 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ with lib; let
package = mkOption {
type = pluginType;
};
dependencies = mkOption {
after = mkOption {
type = listOf str;
default = [];
};