treewide: rename mkTarget's configElements and extraOptions options
Rename mkTarget's 'configElements' argument to 'config' and 'extraOptions' to 'options' to provide a more transparent interface with the underlying Nixpkgs module system.
This commit is contained in:
parent
76d05fd9c0
commit
16df6b8448
108 changed files with 153 additions and 151 deletions
|
|
@ -3,7 +3,7 @@ mkTarget {
|
|||
name = "opencode";
|
||||
humanName = "OpenCode";
|
||||
|
||||
configElements =
|
||||
config =
|
||||
{ colors }:
|
||||
{
|
||||
programs.opencode =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue