modules/tested: set default
This commit is contained in:
parent
a43f3fda01
commit
e5faf79baa
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ with lib;
|
||||||
tested.requiredChecks = mkOption {
|
tested.requiredChecks = mkOption {
|
||||||
type = with types; listOf str;
|
type = with types; listOf str;
|
||||||
description = "Flake checks to perform.";
|
description = "Flake checks to perform.";
|
||||||
|
default = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config.system.extraDependencies = map (name: inputs.self.checks.${pkgs.system}.${name}) config.tested.requiredChecks;
|
config.system.extraDependencies = map (name: inputs.self.checks.${pkgs.system}.${name}) config.tested.requiredChecks;
|
||||||
|
|
Loading…
Reference in a new issue