1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 02:43:24 +03:00

systems/u-boot: additionalCommand is optional

Optional through a default.
This commit is contained in:
Samuel Dionne-Riel 2020-06-05 23:23:42 -04:00
parent af98ded034
commit 7e2a4e0074

View File

@ -172,6 +172,7 @@ in
};
additionalCommands = mkOption {
type = types.str;
default = "";
description = ''
Additional U-Boot commands to run.
'';