Commit b174877c authored by nikstur's avatar nikstur
Browse files

systemdMinimal: explicitly disable ukify

Without this change you cannot override systemd to include ukify because
ukify depends on `withEfi` but `withEfi` is explicitly disabled in
`systemdMinimal`. However to build ukify, you need `withEfi`.
parent 32e61ec5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27685,6 +27685,7 @@ with pkgs;
    withTimesyncd = false;
    withTpm2Tss = false;
    withUserDb = false;
    withUkify = false;
  };
  systemdStage1 = systemdMinimal.override {
    pname = "systemd-stage-1";