1
Fork 0
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:
RGBCube 2024-01-10 15:42:00 +03:00
parent dac02d90fa
commit 4065fd623f
No known key found for this signature in database

View file

@ -94,7 +94,7 @@
hostDefault = import ./hosts/${host} {
config = {};
keys = {};
ulib = (import ./lib lib null) // {
ulib = (import ./lib null) // {
merge = lib.recursiveUpdate;
};
};