core/lib/tests/modules/import-custom-arg.nix
2024-06-30 09:16:52 +01:00

6 lines
93 B
Nix

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