Merge pull request #86236 from ThibautMarty/fix-nullOr-types

treewide: fix modules options types where the default is null
This commit is contained in:
Lassulus
2020-08-26 18:21:29 +02:00
committed by GitHub
9 changed files with 10 additions and 10 deletions
@@ -32,7 +32,7 @@ in
};
package = mkOption {
type = types.package;
type = types.nullOr types.package;
default = config.boot.kernelPackages.prl-tools;
defaultText = "config.boot.kernelPackages.prl-tools";
example = literalExample "config.boot.kernelPackages.prl-tools";