opencomposite: add meta.platforms (#357198)
[NixPkgs.git] / lib / tests / modules / define-enable-with-custom-arg.nix
blob9794bf8edf9eedc7118f57079a1e2444c9ef9977
1 { custom, ... }:
4   config = {
5     enable = custom;
6   };