Merge pull request #275937 from jmbaur/amend-ukify-assertion

systemd: Add withBootloader to ukify assertion
This commit is contained in:
Florian Klink 2023-12-22 13:04:49 +02:00 committed by GitHub
commit d0a5a9ecd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ assert withImportd -> withCompression;
assert withCoredump -> withCompression;
assert withHomed -> withCryptsetup;
assert withHomed -> withPam;
assert withUkify -> withEfi;
assert withUkify -> (withEfi && withBootloader);
assert withRepart -> withCryptsetup;
assert withBootloader -> withEfi;
# passwdqc is not packaged in nixpkgs yet, if you want to fix this, please submit a PR.