nix/option/Podman.nix

5 lines
89 B
Nix

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