*: nix fmt

This commit is contained in:
lassulus
2024-12-02 15:14:40 +01:00
parent 9cd434f772
commit 3ae82f3efc
7 changed files with 33 additions and 27 deletions

View File

@@ -57,17 +57,20 @@
};
in
{
expr = slib.parseOptions (lib.evalModules {
modules = [
{
freeformType = with lib.types; attrsOf int;
options = {
enable = lib.mkEnableOption "enable this";
};
}
default
];
}).options { };
expr =
slib.parseOptions
(lib.evalModules {
modules = [
{
freeformType = with lib.types; attrsOf int;
options = {
enable = lib.mkEnableOption "enable this";
};
}
default
];
}).options
{ };
expected = {
"$schema" = "http://json-schema.org/draft-07/schema#";
"$exportedModuleInfo" = {