formating

This commit is contained in:
Don Harper 2025-08-31 15:13:01 -05:00
parent 63e412b597
commit e634c42b23
11 changed files with 141 additions and 186 deletions

View file

@ -1,8 +1,8 @@
{lib, ...}: {
{ lib, ... }: {
options = {
variables = lib.mkOption {
type = lib.types.attrs;
default = {};
default = { };
};
};
}