mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add keys bogus parameter
This commit is contained in:
parent
722114295c
commit
f83a9f88ae
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
||||||
importConfiguration = host: let
|
importConfiguration = host: let
|
||||||
hostDefault = import ./hosts/${host} {
|
hostDefault = import ./hosts/${host} {
|
||||||
config = {};
|
config = {};
|
||||||
|
keys = {};
|
||||||
ulib = (import ./lib lib null) // {
|
ulib = (import ./lib lib null) // {
|
||||||
merge = lib.recursiveUpdate;
|
merge = lib.recursiveUpdate;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue