core/lib/tests/modules/import-custom-arg.nix
2024-05-01 18:26:04 -04:00

7 lines
94 B
Nix

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