Fix bogus mkOption types
Among others, systemd unit options were not being type-checked because of this. mkOption should really check its arguments better...
This commit is contained in:
@@ -70,7 +70,7 @@ in
|
||||
};
|
||||
|
||||
source = mkOption {
|
||||
types = types.path;
|
||||
type = types.path;
|
||||
description = "Path of the source file.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user