opencomposite: add meta.platforms (#357198)
[NixPkgs.git] / lib / tests / modules / default.nix
blob5b0947104198c3f71f7bed3dc7155454f272b1bf
1 { lib ? import ../.., modules ? [] }:
4   inherit (lib.evalModules {
5     inherit modules;
6     specialArgs.modulesPath = ./.;
7   }) config options;