mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Fix calling ulib with too many args
This commit is contained in:
parent
dac02d90fa
commit
4065fd623f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
hostDefault = import ./hosts/${host} {
|
||||
config = {};
|
||||
keys = {};
|
||||
ulib = (import ./lib lib null) // {
|
||||
ulib = (import ./lib null) // {
|
||||
merge = lib.recursiveUpdate;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue