Merge pull request #230 from nix-community/ukify

This commit is contained in:
Ryan Lahfa 2023-09-29 23:00:32 +02:00 committed by GitHub
commit 8154cef11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ in
let let
systemdUkify = pkgs.systemdMinimal.override { systemdUkify = pkgs.systemdMinimal.override {
withEfi = true; withEfi = true;
withBootloader = true;
withUkify = true; withUkify = true;
}; };
in in