1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Add keys bogus parameter

This commit is contained in:
RGBCube 2024-01-10 14:41:47 +03:00
parent 722114295c
commit f83a9f88ae
No known key found for this signature in database

View file

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