nix/option/Realtime.nix

7 lines
97 B
Nix

{
lib,
...
}: {
options.module.realtime.enable = lib.mkEnableOption "the realtime access.";
}