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:
parent
af98ded034
commit
7e2a4e0074
@ -172,6 +172,7 @@ in
|
||||
};
|
||||
additionalCommands = mkOption {
|
||||
type = types.str;
|
||||
default = "";
|
||||
description = ''
|
||||
Additional U-Boot commands to run.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user