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:
parent
644dc8a269
commit
a55db483fb
|
@ -21,6 +21,7 @@ in
|
|||
let
|
||||
systemdUkify = pkgs.systemdMinimal.override {
|
||||
withEfi = true;
|
||||
withBootloader = true;
|
||||
withUkify = true;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in New Issue