summaryrefslogtreecommitdiffstats
path: root/lib/tests/modules/import-custom-arg.nix
blob: 13c9db961d455a13bf06681e0823c5efb82653c4 (plain)
1
2
3
4
5
{ lib, custom, ... }:

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