nix/option/Podman.nix

7 lines
90 B
Nix

{
lib,
...
}: {
options.module.podman.enable = lib.mkEnableOption "the OCI Podman.";
}