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

{
  config = {
    _module.args.custom = true;
  };
}