mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2025-12-12 01:50:05 +01:00
chore: default values argument to {}
This commit is contained in:
parent
7b59853956
commit
9ae5cfa52d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ with lib; {
|
|||
system,
|
||||
project,
|
||||
nixlet,
|
||||
values,
|
||||
values ? {},
|
||||
overrides ? {...}: {},
|
||||
}:
|
||||
(inputs.kubenix.evalModules.${system} {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue