Merge pull request #298967 from vbgl/ocaml-5.2.0
[NixPkgs.git] / lib / tests / modules / define-enable-with-top-level-mkIf.nix
blob4909c16d82b454f5e1037cc6fd9bfab5287d6b7e
1 { lib, ... }:
2 # I think this might occur more realistically in a submodule
4   imports = [ (lib.mkIf true { enable = true; }) ];