Merge pull request #298967 from vbgl/ocaml-5.2.0
[NixPkgs.git] / lib / tests / modules / define-enable-with-custom-arg.nix
blob7da74671d148d7526ae4a4aa73d6147f6bba2b48
1 { lib, custom, ... }:
4   config = {
5     enable = custom;
6   };