nix/modules/uki: fix ukify build

Previously, we were not on recent enough nixpkgs to see the new `withBootloader` flag
which is required to build ukify.

Fixes the test.
This commit is contained in:
Raito Bezarius 2023-09-29 20:07:42 +02:00
parent 644dc8a269
commit a55db483fb
1 changed files with 1 additions and 0 deletions

View File

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