opt-env-conf-test-0.0.0.2: test_resources/docs/sub-commands/nix-options.nix
{ lib }:
{
name = lib.mkOption {
default = null;
description = "name";
type = lib.types.nullOr lib.types.str;
};
}
{ lib }:
{
name = lib.mkOption {
default = null;
description = "name";
type = lib.types.nullOr lib.types.str;
};
}