summaryrefslogtreecommitdiffstats
path: root/lib/tests/modules/define-enable-with-custom-arg.nix
blob: 9794bf8edf9eedc7118f57079a1e2444c9ef9977 (plain)
1
2
3
4
5
6
7
{ custom, ... }:

{
  config = {
    enable = custom;
  };
}