Merge pull request #230 from nix-community/ukify
This commit is contained in:
commit
8154cef11c
|
@ -21,6 +21,7 @@ in
|
|||
let
|
||||
systemdUkify = pkgs.systemdMinimal.override {
|
||||
withEfi = true;
|
||||
withBootloader = true;
|
||||
withUkify = true;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in New Issue