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
+1 -1
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.