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

{
  imports = []
  ++ lib.optional custom ./define-enable-force.nix;
}