From a55db483fba64daa7b3de573433af2d12ad924b4 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 29 Sep 2023 20:07:42 +0200 Subject: [PATCH] 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. --- nix/modules/uki.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/uki.nix b/nix/modules/uki.nix index 5c465b6..e75093c 100644 --- a/nix/modules/uki.nix +++ b/nix/modules/uki.nix @@ -21,6 +21,7 @@ in let systemdUkify = pkgs.systemdMinimal.override { withEfi = true; + withBootloader = true; withUkify = true; }; in