mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37: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} {
|
hostDefault = import ./hosts/${host} {
|
||||||
config = {};
|
config = {};
|
||||||
keys = {};
|
keys = {};
|
||||||
ulib = (import ./lib lib null) // {
|
ulib = (import ./lib null) // {
|
||||||
merge = lib.recursiveUpdate;
|
merge = lib.recursiveUpdate;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue