opt-env-conf-test-0.0.0.4: test_resources/docs/enable-disable/nix-options.nix
# DO NOT EDIT THIS FILE DIRECTLY
# This file was generated by
# opt-env-conf-test:test/OptEnvConf/APISpec.hs:28
# To update this it, run the test with --golden-reset
{ lib }:
{
example = lib.mkOption {
default = null;
description = "Example of an enable/disable switch";
type = lib.types.nullOr lib.types.bool;
};
}