Format code with alejandra
This commit is contained in:
@ -2,11 +2,9 @@
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
}: let
|
||||
inherit (lib) mkOption types;
|
||||
in
|
||||
{
|
||||
in {
|
||||
options.monitors = mkOption {
|
||||
type = types.listOf (
|
||||
types.submodule {
|
||||
@ -46,7 +44,7 @@ in
|
||||
};
|
||||
}
|
||||
);
|
||||
default = [ ];
|
||||
default = [];
|
||||
};
|
||||
config = {
|
||||
assertions = [
|
||||
|
Reference in New Issue
Block a user