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