disko: fix default value

This commit is contained in:
Sandro - 2023-05-19 02:25:00 +02:00
parent 8a65bc346c
commit 4d386ecfdc
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ in
};
};
}));
default = [ ];
default = { };
};
config = {