fix: assertations -> assertions

secrix-issue25
Felix Stupp 3 months ago
parent bdee8de7b7
commit 83a52c1b60
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -30,7 +30,7 @@ in
lib.mkIf
cfg.required
{
assertations = [ (cfg.amd.enable || cfg.intel.enable) ];
assertions = [ (cfg.amd.enable || cfg.intel.enable) ];
}
)

Loading…
Cancel
Save