Merge pull request #230 from nix-community/ukify
This commit is contained in:
commit
8154cef11c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue