summary refs log tree commit diff
path: root/lib/tests/modules/define-enable-with-custom-arg.nix
blob: 7da74671d148d7526ae4a4aa73d6147f6bba2b48 (plain) (blame)
1
2
3
4
5
6
7
{ lib, custom, ... }:

{
  config = {
    enable = custom;
  };
}