core/lib/tests/modules/import-custom-arg.nix

6 lines
93 B
Nix
Raw Normal View History

2024-05-01 22:14:04 +00:00
{ lib, custom, ... }:
{
2024-06-30 08:16:52 +00:00
imports = [ ] ++ lib.optional custom ./define-enable-force.nix;
2024-05-01 22:14:04 +00:00
}