nixpkgs-odroid-hc4/lib/tests/modules/import-custom-arg.nix
2025-12-20 09:59:59 +11:00

6 lines
94 B
Nix

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