Merge pull request #218637 from Luflosi/klipper-fix-typo

nixos/klipper: fix assert message to match actual assertion
This commit is contained in:
Cabia Rangris 2023-02-27 21:17:18 +04:00 committed by GitHub
commit f8b026c478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ in
}
{
assertion = (cfg.configFile != null) != (cfg.settings != null);
message = "You need to either specify services.klipper.settings or services.klipper.defaultConfig.";
message = "You need to either specify services.klipper.settings or services.klipper.configFile.";
}
];