core/nodes/1_lib/source/tests/modules/import-custom-arg.nix
2024-05-25 10:31:17 -04:00

7 lines
94 B
Nix

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