1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

nixos/nvidia: fix typo in PM assert

This commit is contained in:
Timothy DeHerrera 2021-10-13 09:39:35 -06:00
parent f1220d72a3
commit 305ea3e9ed
No known key found for this signature in database
GPG key ID: 19B7285E0F84A536

View file

@ -213,7 +213,7 @@ in
}
{
assertion = cfg.powerManagement.enable -> offloadCfg.enable;
assertion = cfg.powerManagement.finegrained -> offloadCfg.enable;
message = "Fine-grained power management requires offload to be enabled.";
}