Merge pull request #298967 from vbgl/ocaml-5.2.0
[NixPkgs.git] / lib / tests / modules / import-custom-arg.nix
blob3e687b661c1699a64b47ec15692933d9724983d4
1 { lib, custom, ... }:
4   imports = []
5   ++ lib.optional custom ./define-enable-force.nix;